User:Angeleno/common.css: Difference between revisions
Created page with "body { background-image: url(https://s.kncdn.org/image/mona2.png); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; }" Â |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | 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; | |||
} | } | ||