Skip to content

Instantly share code, notes, and snippets.

@fabiorochafg
Last active August 22, 2017 21:46
Show Gist options
  • Save fabiorochafg/54f19c37df2c9ecd598fe5f2da4a63e3 to your computer and use it in GitHub Desktop.
Save fabiorochafg/54f19c37df2c9ecd598fe5f2da4a63e3 to your computer and use it in GitHub Desktop.
Overlay Background
section,
section > * {
position: relative;
}
section:before {
background: rgba(0, 0, 0, 0.5);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment