mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
22 lines
241 B
CSS
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;
|
|
}
|