Skip to content

Instantly share code, notes, and snippets.

@dethbiscuit
dethbiscuit / divOverlay.css
Created August 29, 2018 07:42
Div overlay
.overlay-container {
position: relative;
}
.overlay-sibling-under,
.overlay-sibling-upper {
height: 500px;
width: 100%;
position: absolute;
top: 0;