mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Added resume to site
This commit is contained in:
19
homepage.css
Normal file
19
homepage.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user