Skip to content

Instantly share code, notes, and snippets.

@lensco
Created December 2, 2011 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lensco/1422800 to your computer and use it in GitHub Desktop.
Save lensco/1422800 to your computer and use it in GitHub Desktop.
Fronteers example */
<h1><span>Hey, een scheef blokje zonder afbeeldingen!</span></h1>
/* Fronteers example */
h1 {
font: 18px/1.1 Georgia;
font-style: italic;
background: purple;
color: #fff;
display: inline-block;
padding: 5px 10px;
transform: skew(-10deg);
}
h1 span {
display: inline-block;
transform: skew(10deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment