Skip to content

Instantly share code, notes, and snippets.

@codingdesigner
Created June 13, 2012 16:28
Show Gist options
  • Save codingdesigner/2925092 to your computer and use it in GitHub Desktop.
Save codingdesigner/2925092 to your computer and use it in GitHub Desktop.
Untitled
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%);
}
<div class="one"></div>
<div class="two"></div>
{"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