A Pen by Simon Donaldson on CodePen.
Created
June 12, 2014 15:44
-
-
Save sidonaldson/8ebca773697f4b475b83 to your computer and use it in GitHub Desktop.
A Pen by Simon Donaldson.
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
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