Skip to content

Instantly share code, notes, and snippets.

@jancantor
Created March 23, 2014 20:49
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 jancantor/91c692b09429967107db to your computer and use it in GitHub Desktop.
Save jancantor/91c692b09429967107db to your computer and use it in GitHub Desktop.
<section class="hero">
<div class="img-wrap">
<img src="img.jpg" alt="" />
</div>
</section>
.hero {
.img-wrap {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
img {
position: absolute;
margin: auto;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment