Skip to content

Instantly share code, notes, and snippets.

@scheibome
Last active August 29, 2015 14:24
Show Gist options
  • Save scheibome/7a515a0acd7abaa5989c to your computer and use it in GitHub Desktop.
Save scheibome/7a515a0acd7abaa5989c to your computer and use it in GitHub Desktop.
black stripe
body {
max-width: 1020px;
margin: auto;
}
body:before {
content: '';
background-color: #000;
display: block;
position: fixed;
left: 0;
right: 0;
top: 0;
height: 103px;
}
.overlayBack {
background-color: rgba(0, 0, 0, 0.8);
z-index: 900;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment