Revision - Background Overlay
by andfinally
HTML
<div class="overlay"></div>
CSS
.overlay {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, .8);
}
by andfinally
<div class="overlay"></div>
.overlay {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, .8);
}