Created
July 25, 2012 19:36
-
-
Save ctborg/3178090 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
.checkered { | |
background-image: | |
-webkit-gradient( | |
linear, 0 0, 100% 100%, | |
color-stop(.25, #eee), | |
color-stop(.25, transparent), to(transparent)), | |
-webkit-gradient( | |
linear, 0 100%, 100% 0, | |
color-stop(.25, #eee), | |
color-stop(.25, transparent), to(transparent)), | |
-webkit-gradient( | |
linear, 0 0, 100% 100%, | |
color-stop(.75, transparent), | |
color-stop(.75,#eee)), | |
-webkit-gradient( | |
linear, 0 100%, 100% 0, | |
color-stop(.75, transparent), | |
color-stop(.75,#eee)); | |
} | |
.stripes { | |
height: 250px; | |
width: 375px; | |
float: left; | |
margin: 10px; | |
background-size: 50px 50px; | |
} |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<div class="checkered stripes"> | |
This is a background texture. | |
</div> |
This file contains 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-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment