Created
August 1, 2012 11:26
-
-
Save markbrown4/3225953 to your computer and use it in GitHub Desktop.
webkit y u know 1px rule with linear-gradient?
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
/** | |
* webkit y u know 1px rule with linear-gradient? | |
*/ | |
div { | |
background: #eee; | |
height: 650px; | |
background-image: linear-gradient( | |
transparent, | |
transparent 50px, | |
#ccc 50px, | |
#ccc 51px, | |
#fff 51px, | |
#fff 52px, | |
transparent 52px, | |
transparent | |
); | |
background-size: 100% 100px; | |
} |
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></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","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment