Created
June 11, 2014 21:51
-
-
Save mongoltolbo/9dcd1136c265b8930362 to your computer and use it in GitHub Desktop.
full image background
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
.section.header { | |
background-color: white; | |
background-position: center bottom,center top; | |
background-size: auto,cover; | |
background-image: url(https://slack.global.ssl.fastly.net/20651/img/tour/header_arrow.png); | |
background-repeat: no-repeat; | |
text-shadow: 0 1px 1px rgba(0,0,0,0.5); | |
min-height: 550px; | |
position: relative; | |
} | |
.section { | |
overflow: hidden; | |
text-shadow: 0 1px #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment