updated the css on the form.html page

pull/73/head
Maria-Aidarus 2023-11-22 23:01:43 +03:00
rodzic 7e5cb70dcd
commit b27909a84b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -47,13 +47,14 @@
} }
input[type="submit"] { input[type="submit"] {
background-color: #007BFF; background-color: #3fbfff;
color: #fff; color: #fff;
border: none; border: none;
padding: 12px 24px; padding: 12px 24px;
cursor: pointer; cursor: pointer;
border-radius: 4px; border-radius: 4px;
font-weight: bold; font-weight: bold;
margin: 0 auto; /* Center the button horizontally */
} }
input[type="submit"]:hover { input[type="submit"]:hover {