Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benjaminsinger/9347498 to your computer and use it in GitHub Desktop.
Save benjaminsinger/9347498 to your computer and use it in GitHub Desktop.
.main-about-us {
position: relative;
width:100%;
height:auto;
min-height:31.25em;
color:#fff;
/*background:url(images/allaboutyou.jpg);*/
/* background:url(images/about-image.jpg);
background-size:cover;
background-position:center center;*/
background: url('images/about-image.jpg') center 0 no-repeat fixed;
text-align:left;
background-size: cover;
transition: min-height .3s ease;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment