User:Angeleno/common.css: Difference between revisions

Jump to: navigation, search
No edit summary
(Scared this page's content away)
Tag: Blanking
 
Line 1: Line 1:
body::before {
 
    content: "";
    background-image: url(https://s.kncdn.org/image/mona2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}