Skip to content

Instantly share code, notes, and snippets.

@EarMaster
Created August 23, 2012 10:05
Show Gist options
  • Save EarMaster/3435029 to your computer and use it in GitHub Desktop.
Save EarMaster/3435029 to your computer and use it in GitHub Desktop.
Kohler
/**
* 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);
}
<ul>
<li><a href="#">Coilhandler</a></li>
</ul>
{"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