mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
Added some sliders
This commit is contained in:
@@ -5,16 +5,21 @@ body {
|
||||
.nav {
|
||||
background: #343334;
|
||||
box-shadow: 0 3px 5px #343334;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.nav > a, .sidenav a {
|
||||
.nav > a {
|
||||
font-size: 1.8em;
|
||||
margin-left: 15px
|
||||
}
|
||||
|
||||
.nav > a, .sidenav > a {
|
||||
color: whitesmoke;
|
||||
font-family:Verdana;
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
||||
.nav > a:hover, .sidenav a:hover {
|
||||
.nav > a:hover, .sidenav > a:hover {
|
||||
color: #17a2b8;
|
||||
}
|
||||
|
||||
@@ -42,6 +47,11 @@ body {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
.main > div {
|
||||
margin: 50px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
#logo {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
|
||||
Reference in New Issue
Block a user