mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
19 lines
252 B
CSS
19 lines
252 B
CSS
.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;
|
|
} |