1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-27 00:31:30 +00:00

switched to html

This commit is contained in:
2021-07-26 17:14:21 -07:00
parent 0171aca307
commit 0a2d8529d9
4 changed files with 102 additions and 382 deletions

21
style.css Normal file
View File

@@ -0,0 +1,21 @@
h2:after {
content: " ";
display: block;
margin: 5px auto 5px;
border: 2px solid #d0d0d0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
body > ul > li > ul > li {
font-weight: 100;
}
p {
font-size: medium;
margin-left: 1em;
}