Finish adding Aboutme, projects, and socials pages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user