Line 97: | Line 97: | ||
line-height: 80px; | line-height: 80px; | ||
animation: logo_fadeIn 1.0s ease-in-out; | animation: logo_fadeIn 1.0s ease-in-out; | ||
+ | } | ||
+ | #burger { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | width: 40px; | ||
+ | height: 40px; | ||
+ | top: calc(100% / 2 - 20px); | ||
+ | left: 15px; | ||
+ | opacity: 0.65; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center; | ||
+ | background-image: url(img/burger.svg); | ||
+ | cursor:pointer; | ||
} | } | ||
@keyframes logo_fadeIn { from { opacity: 0; margin-left: -50px; } to { opacity: 1; margin-left: 0px; }} | @keyframes logo_fadeIn { from { opacity: 0; margin-left: -50px; } to { opacity: 1; margin-left: 0px; }} |
Revision as of 01:23, 9 July 2018
VIBRIGENS