Hi.
.body {background-color:#000;
background-image: url("/images/guitar_neck_blue2.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: left top;
}
These are only your mistakes.
1) Remove the dot before .body {...}. body is not a class but a tag. --
2) /images/guitar_neck_blue2.png this is not the right path to the image. It is 404.
https://environment.johnboukis.com/imag ... _blue2.png
You can get right path to the image in media manager
Statistics: Posted by Pavel-ww — Wed Feb 28, 2024 7:05 am