kristofersxyz/static/main/css/validation.css
2023-01-21 19:40:16 +02:00

22 lines
241 B
CSS

.valid {
color: green;
}
.not-valid {
color: red;
}
#check-list li {
list-style: square;
}
#register-form {
display: grid;
place-items: center;
margin-top: 5rem;
}
#register-form > input {
margin-top: 1rem;
}