Skip to content

Instantly share code, notes, and snippets.

@ampere-dev
ampere-dev / bg.css
Created August 30, 2019 22:39 — forked from PoTHuYJoHN/bg.css
full screen background image of any dimension
.bg {
display: block;
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 0;
}