Created
February 26, 2013 10:44
-
-
Save ultim8k/5037600 to your computer and use it in GitHub Desktop.
Extreme navigation experiment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Extreme navigation experiment | |
*/ | |
.cnt{ max-width:500px; width:100%; margin: 70px auto 0; } | |
nav ul{ | |
list-style:none; | |
background-color:#eee; | |
padding: 10px; | |
font-size:0; | |
} | |
nav li { | |
display:inline-block; | |
max-width: 100px; | |
text-align:center; | |
padding: 0 10px; | |
background-color:#ddd; | |
vertical-align:middle; | |
margin:10px 10px; | |
//padding-left:10px; | |
//margin-right:10px; | |
} | |
.nav-block{ display:table; } | |
.nav-text{ | |
display:table-cell; | |
vertical-align:middle; | |
font-size:16px; | |
} | |
.spacer{ display:inline-block; color:white; vertical-align:middle; font-size:16px; } | |
//<div class="nav-block"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="cnt"> | |
<nav class="main-menu"> | |
<ul> | |
<li><span class="nav-text">Home</span></li> | |
<span class="spacer">|</span> | |
<li><span class="nav-text">About our great company</span></li> | |
<span class="spacer">|</span> | |
<li><span class="nav-text">Analysing our Products</span></li> | |
<span class="spacer">|</span> | |
<li><span class="nav-text">Contact us</span></li> | |
</ul> | |
</nav> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment