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"] {
background-color: #007BFF;
background-color: #3fbfff;
color: #fff;
border: none;
padding: 12px 24px;
cursor: pointer;
border-radius: 4px;
font-weight: bold;
margin: 0 auto; /* Center the button horizontally */
}
input[type="submit"]:hover {