Jump to content

User:Kohuda/common.css

From Arelith Wiki
Revision as of 01:03, 23 June 2024 by Kohuda (talk | contribs) (Created page with "body{ background: #0A0523 url("images/BG.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body{ 
    background: #0A0523 url("images/BG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    background-color: black;
}