przejscie na api

przed rozwaleniem
This commit is contained in:
Witkopawel
2025-04-30 11:01:40 +02:00
parent 04f99d666f
commit 74b69f045d
11 changed files with 807 additions and 1 deletions

View File

@@ -19,4 +19,17 @@ html {
body {
margin-bottom: 60px;
}
}
.custom-btn {
background: linear-gradient(135deg, #00b09b, #96c93d);
color: white;
border: none;
padding: 12px 24px;
border-radius: 10px;
font-size: 18px;
transition: background 0.3s ease;
}
.custom-btn:hover {
background: linear-gradient(135deg, #007d71, #7ba328);
}