Skip to content

Instantly share code, notes, and snippets.

@tobie
Created July 14, 2013 09:54
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 tobie/5993786 to your computer and use it in GitHub Desktop.
Save tobie/5993786 to your computer and use it in GitHub Desktop.
CSS Test: Empty Fixed-size Block Rotation 90deg
/**
* CSS Test: Empty Fixed-size Block Rotation 90deg
*/
#box {
width: 100px;
height: 50px;
background-color: fuchsia;
border-top: orange solid 50px;
transform: rotate(90deg);
}
<div id="box"></div>
// alert('Hello world!');
{"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