I have created an ID for my HTML body called #indexbody. I put a background image with CSS using background-image:url("hs2.webp");
. Because I Have done it this way, is there a way to change the background opacity of my image without dimming the entire body?
CSS:
#indexbody{
background-image:url("hs2.webp");
background-size: 100% auto;
}