Skip to content

Instantly share code, notes, and snippets.

@ambar
Created January 5, 2012 13:40
Show Gist options
  • Save ambar/1565303 to your computer and use it in GitHub Desktop.
Save ambar/1565303 to your computer and use it in GitHub Desktop.
❤ dabblet.com CSS3 playground!
/**
* ❤ dabblet.com CSS3 playground!
*/
html{
font-family: Monaco;
transform: scale(2,.5) rotate(30deg);
background-color: silver;
background-size: 58px 58px;
background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
background-image: linear-gradient(115deg, #b00 23px, transparent 23px),
linear-gradient(295deg, #d00 23px, transparent 23px),
linear-gradient(115deg, #b00 23px, transparent 23px),
linear-gradient(295deg, #d00 23px, transparent 23px);
}
h1{
text-align:center;font-size:2in;
}
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment