Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created July 10, 2015 11:02
Show Gist options
  • Save bepatrickdavid/5ad0f99097b71bcc9814 to your computer and use it in GitHub Desktop.
Save bepatrickdavid/5ad0f99097b71bcc9814 to your computer and use it in GitHub Desktop.
CSS: gradient over background image
.bg:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment