Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Last active February 15, 2018 16:37
Show Gist options
  • Save jeremyboggs/cdf06448e01b7af0a5401f835539cfe1 to your computer and use it in GitHub Desktop.
Save jeremyboggs/cdf06448e01b7af0a5401f835539cfe1 to your computer and use it in GitHub Desktop.
.cover {
background-image: url("images/background.jpg");
background-image: -moz-linear-gradient(left, rgba(119, 17, 0, 0.85), rgba(119, 17, 0, 0.85)), url("images/nitle-resize.png");
background-image: -webkit-linear-gradient(left, rgba(119, 17, 0, 0.85), rgba(119, 17, 0, 0.85)), url("images/nitle-resize.png");
background-image: linear-gradient(to right, rgba(119, 17, 0, 0.85), rgba(119, 17, 0, 0.85)), url("images/nitle-resize.png");
background-size: cover;
background-position: top left, center center;
background-attachment: fixed;
z-index: 1;
height: 100%;
}
#message {
z-index: 3;
opacity: 1.0;
margin-top: 3em;
text-shadow: 0 1px 3px rgba(0,0,0,.25);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment