Skip to content

Instantly share code, notes, and snippets.

@braginteractive
Created May 10, 2017 18:26
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 braginteractive/83b49689988480945c3abbfb2fc6d220 to your computer and use it in GitHub Desktop.
Save braginteractive/83b49689988480945c3abbfb2fc6d220 to your computer and use it in GitHub Desktop.
Sass styles for Homepage Hero
.sp-hero {
min-height: 500px;
background-position: center top;
background-size: cover;
width: 100%;
background-repeat: no-repeat;
position: relative;
h1 {
color: $white;
text-align: center;
padding-top: 40px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment