This commit is contained in:
Nathan-rek
2024-11-18 15:05:48 +01:00
parent 81d032a89a
commit 783bf5bba9
13 changed files with 77 additions and 364 deletions

View File

@@ -6,8 +6,6 @@ body {
}
.form-block {
background-color: ;
display: flex;
@@ -63,7 +61,7 @@ input:invalid {
input:valid {
border: 2px solid black;
border-radius: 4px;
width: 50%;
width: 80vw;
font-size: 1em;
}