init commit

This commit is contained in:
Joshua Ashton
2025-01-15 10:03:08 -07:00
commit 8b9e730f4e
4 changed files with 55 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
body {
margin: 2vw;
background-color: #091A19;
}
#content {}
#header-container {
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
#header-container h1 {
color: #E0EAD9;
}
#pic-container {
margin: 0 auto;
width: 50%;
}
img {
width: 100%;
border-radius: 50%;
aspect-ratio: 1 / 1;
}