Number Input Field

This commit is contained in:
Neshura 2023-10-11 21:17:03 +02:00
parent 9dcc10a191
commit c7375caef1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
5 changed files with 58 additions and 10 deletions

View file

@ -71,6 +71,7 @@ h1 {
text-align: center;
}
/*
input,
button {
border-radius: 8px;
@ -84,6 +85,7 @@ button {
transition: border-color 0.25s;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
*/
button {
cursor: pointer;
@ -97,10 +99,10 @@ button:active {
background-color: #e8e8e8;
}
input,
/*input,
button {
outline: none;
}
}*/
#greet-input {
margin-right: 5px;