Skip to content

Instantly share code, notes, and snippets.

@mongoltolbo
Created June 11, 2014 21:51
Show Gist options
  • Save mongoltolbo/9dcd1136c265b8930362 to your computer and use it in GitHub Desktop.
Save mongoltolbo/9dcd1136c265b8930362 to your computer and use it in GitHub Desktop.
full image background
.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