79204131

Date: 2024-11-19 15:56:43
Score: 1
Natty:
Report link

It works when use "body:before"

body:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background:url(/images/background.jpg);
  background-position:50% 50%;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hui-shao