Solutionunvalidated
you need to separate the background element from the content element — If you want to use opacity only for the background. Tension: instead of splitting it into two elements, you can add the background to a pseudo-element as well. Outcome: make sure that the content is positioned in front of the background along the z-axis.
14936c22-81b5-4375-ae61-21434e6ad63e
you need to separate the background element from the content element — If you want to use opacity only for the background. Tension: instead of splitting it into two elements, you can add the background to a pseudo-element as well. Outcome: make sure that the content is positioned in front of the background along the z-axis.