How can you change background IMG opacity?

Hi,

Just out of curiosity, how would you be able to change the opacity of a background image? In the lessons, FFC only teaches the background color(unless there are more later in the curriculum).

using the opacity attribute. Just google “html opacity” and you will learn more.

Yeah I know that but that’ll make the text in the same section as the background image transparent/low opacity as well. The solutions on google are all complicated ones I was wondering if there’s any simple solution to this

you can try a filter. https://css-tricks.com/almanac/properties/f/filter/

1 Like