Created
February 20, 2014 14:10
-
-
Save ihorvorotnov/9114411 to your computer and use it in GitHub Desktop.
Full Page Gradient Background
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
html { | |
background: #red; /* fallback color */ | |
background: linear-gradient( to bottom, #red, #blue); | |
background-repeat: no-repeat; | |
background-size: cover; | |
width: 100%; | |
height: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment