Skip to content

Instantly share code, notes, and snippets.

@joe-watkins
Created February 17, 2014 19:55
Show Gist options
  • Save joe-watkins/9057824 to your computer and use it in GitHub Desktop.
Save joe-watkins/9057824 to your computer and use it in GitHub Desktop.
A Pen by Joe Watkins.
<div class="banner">
<div class="wrap"></div>
</div>
@import "compass";
.banner {
width:100%;
height:500px;
overflow:hidden;
.wrap {
background:url('http://owyhee-canyonlands.businesscatalyst.com/images/bg-test.jpg') center top no-repeat;
min-height:500px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment