Skip to content

Instantly share code, notes, and snippets.

@MoOx
Created February 13, 2012 13:01
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 MoOx/1816783 to your computer and use it in GitHub Desktop.
Save MoOx/1816783 to your computer and use it in GitHub Desktop.
Untitled
body
{
position: relative;
margin: 100px;
height: 300px;
border: 1px solid green;
}
div
{
background: red;
position: absolute;
top: 0;
left: 0;
width: 200px;
line-height: 40px;
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: 50% 50%;
}
<div>Ribbon</div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment