initial migration

This commit is contained in:
2022-12-15 20:04:18 -03:00
parent e8268c80e1
commit bfd1235fce
16 changed files with 522 additions and 0 deletions

26
public/css/index.css Normal file
View File

@@ -0,0 +1,26 @@
.main {
display: flex;
flex-direction: column;
}
.button {
width: fit-content;
background-color: #4797ff;
color: #fff;
padding: 2vh 5vw;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
}
ul {
margin-top: 5vh;
}
ul li{
font-size: 20pt;
font-weight: bold;
}