Adds updated resume including .css stylesheet

This commit is contained in:
OrpheosCurse 2024-04-21 20:04:43 -04:00
parent f81c5af2c3
commit 63b2be3d2d
2 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,23 @@
html {
margin: 0.5in 0.75in;
}
#contact {
text-align: center;
}
.alignleft {
float: left;
margin: auto;
}
.alignleftemphasized {
float: left;
font-style: italic;
margin: auto;
}
.alignright {
float: right;
margin: auto;
}