Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save web2ls/4e7eea459dd4c1f89975bfc4663bc287 to your computer and use it in GitHub Desktop.

Select an option

Save web2ls/4e7eea459dd4c1f89975bfc4663bc287 to your computer and use it in GitHub Desktop.
---HTML---
<div class="screen"></div>
---CSS---
.screen {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -10;
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/main-bg.jpg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment