add: register page

This commit is contained in:
2023-11-27 15:32:17 +01:00
parent 6a4e161d71
commit a965adfdce
5 changed files with 97 additions and 1 deletions

View File

@ -0,0 +1,12 @@
#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: 15px black solid;
}