Skip to content

Instantly share code, notes, and snippets.

@coliveravenegas
Created February 23, 2017 22:59
Show Gist options
  • Save coliveravenegas/62d8b4c101ee597db8ec6a2a0f393bb6 to your computer and use it in GitHub Desktop.
Save coliveravenegas/62d8b4c101ee597db8ec6a2a0f393bb6 to your computer and use it in GitHub Desktop.
/**Start Background Guide*/
position: relative;
&::after {
content: "";
background-image: url('https://image.ibb.co/cWwVfa/footer_nuevo.png');
opacity: 0.3;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
/**End Background Guide*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment