Created
January 5, 2012 13:40
-
-
Save ambar/1565303 to your computer and use it in GitHub Desktop.
❤ dabblet.com CSS3 playground!
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
/** | |
* ❤ 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; | |
} |
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
<h1>yep</h1> |
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