Created
June 2, 2015 13:06
-
-
Save KFleeger/06d8445c767cef149ebb to your computer and use it in GitHub Desktop.
Parallax Background for Rainmaker Landing Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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