Created
February 13, 2012 13:01
-
-
Save MoOx/1816783 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
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%; | |
} |
This file contains hidden or 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
<div>Ribbon</div> |
This file contains hidden or 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","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment