Difference between revisions of "User:Polymorph-Ash/vector.css"

Jump to navigation Jump to search
no edit summary
Line 16: Line 16:
/* background layer */
/* background layer */
body {
body {
   background-image: var(--background-image);
   background-image:var(--background-image);
   background-repeat: no-repeat;
   background-repeat:no-repeat;
   background-attachment: fixed;
  background-clip:border-box;
   background-position: center;
   background-attachment:fixed;
   background-size: cover;
   background-position:center;
   background-size:cover;
}
}


Navigation menu