Skip to content

Instantly share code, notes, and snippets.

@fliptheweb
Created November 22, 2012 13:17
Show Gist options
  • Save fliptheweb/4131126 to your computer and use it in GitHub Desktop.
Save fliptheweb/4131126 to your computer and use it in GitHub Desktop.
Untitled
div {
height: 100px;
}
.with-transform {
background: red;
transform: rotate(1deg);
}
.without-transform {
background: blue;
/* position: relative; */
}
<div class="with-transform">
</div>
<div class="without-transform">
</div>
{"view":"split","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