React initial commit

This commit is contained in:
2022-04-14 22:25:44 -03:00
parent 16b2253880
commit 38f97e1acc
22 changed files with 169 additions and 420 deletions

View File

@@ -1,26 +0,0 @@
.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;
}