Line 156: | Line 156: | ||
− | |||
#mySidenav a { | #mySidenav a { | ||
− | position: absolute; | + | position: absolute; |
− | left: -80px; | + | left: -80px; |
− | transition: 0.3s; | + | transition: 0.3s; |
− | padding: 15px; | + | padding: 15px; |
− | width: 100px; | + | width: 100px; |
− | text-decoration: none; | + | text-decoration: none; |
− | font-size: 20px; | + | font-size: 20px; |
− | color: white; | + | color: white; |
− | border-radius: 0 5px 5px 0; | + | border-radius: 0 5px 5px 0; |
} | } | ||
#mySidenav a:hover { | #mySidenav a:hover { | ||
− | left: 0; | + | left: 0; |
} | } | ||
− | |||
#about { | #about { | ||
top: 20px; | top: 20px; | ||
Line 181: | Line 179: | ||
#blog { | #blog { | ||
top: 80px; | top: 80px; | ||
− | background-color: #2196F3; | + | background-color: #2196F3; |
} | } | ||
#projects { | #projects { | ||
top: 140px; | top: 140px; | ||
− | background-color: #f44336; | + | background-color: #f44336; |
} | } | ||
#contact { | #contact { | ||
top: 200px; | top: 200px; | ||
− | background-color: #555 | + | background-color: #555 |
} | } | ||
Revision as of 21:13, 1 August 2017