Team:Calgary/Sandbox
From 2012.igem.org
(Difference between revisions)
Line 59: | Line 59: | ||
/*Mobile styling*/ | /*Mobile styling*/ | ||
+ | #nav-wrap{ | ||
+ | width: 100%; | ||
+ | height: 71px; | ||
+ | background-color: #2c2c2c; | ||
+ | } | ||
+ | |||
#nav{ | #nav{ | ||
clear: both; | clear: both; | ||
Line 96: | Line 102: | ||
#menu-icon.active{ | #menu-icon.active{ | ||
background-position: bottom; | background-position: bottom; | ||
+ | } | ||
+ | |||
+ | #logo{ | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | top: -68px; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | #logo img{ | ||
+ | height: 65px; | ||
} | } | ||
Line 130: | Line 146: | ||
<body> | <body> | ||
+ | |||
<div id="nav-wrap"> | <div id="nav-wrap"> | ||
Line 195: | Line 212: | ||
<li><a href="#">iGEM Home</a></li> | <li><a href="#">iGEM Home</a></li> | ||
</ul> | </ul> | ||
+ | <a id="logo" href="https://2012.igem.org/Team:Calgary"><img src="https://static.igem.org/mediawiki/2012/4/48/UCalgary2012_White_Low-Res_Official_Logo.png"></img></a> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 22:44, 25 June 2012