Skip to content

Instantly share code, notes, and snippets.

@KFleeger
Created June 2, 2015 13:06
Show Gist options
  • Save KFleeger/06d8445c767cef149ebb to your computer and use it in GitHub Desktop.
Save KFleeger/06d8445c767cef149ebb to your computer and use it in GitHub Desktop.
Parallax Background for Rainmaker Landing Page
<head>
<style type="text/css">
.site-container {
float: none;
margin: 0 auto;
width: 100% !important;
max-width: 100% !important;
}
.single-landing_page .content {
background: none !important;
margin: 0 auto;
padding: 0px;
width: 100%;
}
.section-wrap {
max-width: 960px;
margin: 0 auto 0;
}
#section_top, #section_bottom {
background: url(http://owner.media/wp-content/uploads/2015/04/HeaderBkgrnd1.jpg) center center;
background-attachment: fixed;
padding-top: 40px;
padding-bottom: 20px;
color: #fff;
}
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment