Finish adding Aboutme, projects, and socials pages

This commit is contained in:
2026-05-27 21:57:57 -05:00
parent 2077195d2d
commit 7d7afcc1e2
8 changed files with 193 additions and 16 deletions

View File

@@ -1,7 +1,9 @@
:root {
--bg-color: #302050;
--outline-color: #6040A0;
--bg-highlight-color: #453075;
--outline: 4px #6040A0 solid;
--text-color: white;
--font: sans-serif;
color: var(--text-color);
background-color: var(--bg-color);
}
@@ -9,25 +11,11 @@
body {
margin: 0;
padding: 0;
display: flex;
gap: 16px;
height: 100dvh;
width: 100dvw;
align-items: center;
justify-content: center;
}
main {
display: flex;
padding: 16px;
gap: 8px;
outline: 4px var(--outline-color) solid;
flex-direction: column;
}
main > span {
font-size: 32px;
font-family: sans-serif;
text-align: center;
}