Skip to content

Instantly share code, notes, and snippets.

@cedricici
Created March 27, 2012 16:33
Show Gist options
  • Save cedricici/2217719 to your computer and use it in GitHub Desktop.
Save cedricici/2217719 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
header{
width:800px;
height:300px;
border:5px dotted limegreen;
perspective:500px;
perspective-origin:0% 50%;
}
div{
width:300px;
height:300px;
margin:0 auto;
background:crimson;
transform:rotateY(90deg);
}
<!-- content to be placed inside <body>…</body> -->
<body>
<header>
<div>
</div>
</header>
</body>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment