close
Jump to content

User:HelloImYourNeighbor/userpage.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.userpage-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    opacity: 0.2;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/9/96/Spinning_wheel_icon.gif?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}