Created
July 1, 2012 09:37
-
-
Save cahnory/3027697 to your computer and use it in GitHub Desktop.
Effets de pression
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
/** | |
* Effets de pression | |
*/ | |
.menu { | |
margin: 1em 0; | |
padding: 0; | |
} | |
.menu-item { | |
display: -moz-inline-box; display: inline-block; *display: inline; *zoom: 1; | |
list-style: none; | |
margin: 0; | |
padding: 0; | |
} | |
.menu-btn { | |
background: linear-gradient(top, #FEFEFE, #EEE); | |
color: #444; | |
display: block; | |
padding: .5em 1em; | |
text-decoration: none; | |
text-shadow: 0 1px #FFF; | |
} |
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
<ul class="menu"> | |
<li class="menu-item"><a class="menu-btn" href="#">Button 1</a> | |
</li><li class="menu-item"><a class="menu-btn" href="#">Button 2</a> | |
</li><li class="menu-item"><a class="menu-btn" href="#">Button 3</a> | |
</li><li class="menu-item"><a class="menu-btn" href="#">Button 4</a> | |
</li><li class="menu-item"><a class="menu-btn" href="#">Button 5</a></li> | |
</ul> |
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