display error, and add style

This commit is contained in:
2023-11-27 13:55:05 +01:00
parent ea42d10ddf
commit b98371cf70
2 changed files with 37 additions and 9 deletions

View File

@ -0,0 +1,16 @@
#app .form {
background-color: red;
width: 300px;
height: 300px;
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 90px;
border: 1px black solid;
}
#app {
background-color: green;
}