Added resume to site

This commit is contained in:
2021-09-19 14:30:18 -04:00
parent 271add19e9
commit 3e9e1656c9
5 changed files with 53 additions and 12 deletions

19
homepage.css Normal file
View File

@@ -0,0 +1,19 @@
.navBar ul li{
float: left;
display: block;
padding: 8px;
background-color: #ad3737;
}
a {
color: #4337ad;
text-decoration: none;
}
a:visited {
color: #b3b3b3;
}
a:hover {
color: #535353;
}
a:active {
color: #000000;
}