emi
@skul
9m
use body instead of .html (html tag isnt a class and you're supposed to use body.) also don't use content: you use background-image for backgrounds
body {
background-image:url("https://louq.neocities.org/hjonk_content/bliss.jpeg");
}
body {
background-image:url("https://louq.neocities.org/hjonk_content/bliss.jpeg");
}