mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 08:45:38 -04:00
Update style.css
This commit is contained in:
parent
3f93237a64
commit
6f3d70f4ce
@ -3,6 +3,8 @@
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
background-color: #EFEFEF;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navbar ul {
|
||||
@ -15,4 +17,16 @@ body {
|
||||
}
|
||||
.navstd {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.navstd a {
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navstd a:hover {
|
||||
background-color: #22cc4d;
|
||||
}
|
Loading…
Reference in New Issue
Block a user