kopia lustrzana https://github.com/learn-awesome/learndb
updated the css on the form.html page
rodzic
7e5cb70dcd
commit
b27909a84b
|
@ -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 {
|
||||||
|
|
Ładowanie…
Reference in New Issue