Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ihorvorotnov
Created February 20, 2014 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorvorotnov/9114411 to your computer and use it in GitHub Desktop.
Save ihorvorotnov/9114411 to your computer and use it in GitHub Desktop.
Full Page Gradient Background
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