Line 114: | Line 114: | ||
.navbar_li:hover .navbar_dropdown_content { | .navbar_li:hover .navbar_dropdown_content { | ||
display: block; | display: block; | ||
+ | } | ||
+ | |||
+ | .expand_btn:active .navbar { | ||
+ | display: none; | ||
} | } | ||
Line 124: | Line 128: | ||
− | <div style="position: fixed; top: 16px; left:0px; width:100%; height:50px; z-index:100"> | + | <div class="navbar" style="position: fixed; top: 16px; left:0px; width:100%; height:50px; z-index:100"> |
<ul class="navbar_ul" style="margin:0px"> | <ul class="navbar_ul" style="margin:0px"> | ||
<li class="navbar_li"><a class="site-logo" style="padding:7px" href="https://2018.igem.org/Team:Newcastle"> | <li class="navbar_li"><a class="site-logo" style="padding:7px" href="https://2018.igem.org/Team:Newcastle"> | ||
Line 209: | Line 213: | ||
</ul> | </ul> | ||
− | <div> | + | <div class="expand_btn"> |
<button>Expand</button> | <button>Expand</button> | ||
</div> | </div> |
Revision as of 20:26, 16 October 2018