Skip to content

Instantly share code, notes, and snippets.

@devinhalladay
Created October 13, 2014 23:49
Show Gist options
  • Save devinhalladay/3944d5d173c4c294c887 to your computer and use it in GitHub Desktop.
Save devinhalladay/3944d5d173c4c294c887 to your computer and use it in GitHub Desktop.
.site__hero {
background-image: url('/uploads/2014/10/profile.png');
width: 100%;
margin-bottom: $baseline;
background-position: 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
max-width: 2000px;
max-height: 1000px;
}
.site__hero:before {
padding-bottom: 40%;
}
.site__hero:before {
content: "";
display: block;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment