Created
April 2, 2013 21:16
-
-
Save treedbox/5296275 to your computer and use it in GitHub Desktop.
Untitled
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
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; | |
} |
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
<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> |
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","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