Skip to content

Instantly share code, notes, and snippets.

@treedbox
Created April 2, 2013 21:16
Show Gist options
  • Save treedbox/5296275 to your computer and use it in GitHub Desktop.
Save treedbox/5296275 to your computer and use it in GitHub Desktop.
Untitled
body{
background:#F3F3F3;
font-family: monospace;
}
nav{
width: 900px;
margin: 0 auto;
clear: both;
}
li{
list-style-type: none;
background: #000;
color: #fff;
line-height: 6em;
text-align: center;
width: 6em;
float: left;
margin: 0 .2em 0;
text-decoration: none;
-webkit-transition: all .3s;
-khtml-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
}
a{
text-decoration: none;
color: #fff;
}
li:hover{
background: #FF0080;
line-height: 9em;
width: 9em;
}
li:hover + li{
line-height: 8em;
width: 8em;
}
li:hover + ~ li{
line-height: 8em;
width: 8em;
}
<nav role="navigation">
<li><a href="#">For</a></li>
<li><a href="#">Your</a></li>
<li><a href="#">Love</a></li>
<li><a href="#">I Can</a></li>
<li><a href="#">Cross</a></li>
<li><a href="#">The</a></li>
<li><a href="#">Ocean</a></li>
</nav>
// alert('Hello world!');
{"view":"split","fontsize":"70","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment