Created
June 13, 2012 16:28
-
-
Save codingdesigner/2925092 to your computer and use it in GitHub Desktop.
Untitled
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
div { | |
height: 300px; | |
width: 300px; | |
float: left; | |
margin-right: 1em; | |
} | |
.one { | |
background-image: linear-gradient(-85deg, | |
#bada55 25%, #444 25%); | |
} | |
.two { | |
background-image: linear-gradient(-86deg, | |
#bada55 25%, #444 25%); | |
} |
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
<div class="one"></div> | |
<div class="two"></div> | |
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","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