Skip to content

Instantly share code, notes, and snippets.

@sidonaldson
Created June 12, 2014 15:44
Show Gist options
  • Save sidonaldson/8ebca773697f4b475b83 to your computer and use it in GitHub Desktop.
Save sidonaldson/8ebca773697f4b475b83 to your computer and use it in GitHub Desktop.
A Pen by Simon Donaldson.
body{
height:300px;
background: linear-gradient(-70deg,
#ff0000 0%,
#00ff00 70%,
#ffffff 70%,
#ffffff calc(70% + 5px),
#0000ff calc(70% + 5px)
);
background-repeat:no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment