Created
August 23, 2012 10:05
-
-
Save EarMaster/3435029 to your computer and use it in GitHub Desktop.
Kohler
This file contains 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
/** | |
* Kohler | |
*/ | |
body { | |
background: #d0d0d0; | |
min-height: 100%; | |
font-family: sans-serif; | |
} | |
ul { | |
list-style: none; | |
} | |
li { | |
background-color: white; | |
box-shadow: 3px 3px 3px rgba(0,0,0,0.2); | |
width: 250px; | |
padding: 12px 15px; | |
border-right: 5px rgb(147, 193, 28) solid; | |
transform: skew(-7deg); | |
} | |
a { | |
color: black; | |
display: block; | |
text-decoration: none; | |
transform: skew(7deg); | |
} |
This file contains 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> | |
<li><a href="#">Coilhandler</a></li> | |
</ul> |
This file contains 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":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment