This commit is contained in:
2026-02-28 18:30:06 -06:00
commit c7dbf144c6
27 changed files with 18123 additions and 0 deletions

34
src/App.scss Normal file
View File

@@ -0,0 +1,34 @@
$padding: 15px;
.header {
background-color: #282c34;
padding: $padding;
display: flex;
justify-items: center;
font-size: calc(10px + 2vmin);
color: white;
}
.menu {
position: absolute;
background: none;
border: none;
color: white;
text-decoration: underline;
cursor: pointer;
}
button {
}
.name {
margin: auto;
}
.main {
display: flex;
flex-direction: column;
align-items: center;
}