Within a div container, I currently have text displayed.
The challenge that I'm facing is that the container itself has an opacity of 0.5, and I would like the text to be fully visible with an opacity of 1. Unfortunately, due to the constraints of the div, the text cannot exceed an opacity of 0.5.
I attempted to address this issue by setting the "p" elements to an opacity of 1.0 in the stylesheet, but unfortunately, this approach did not yield the desired outcome.
Does anyone have any suggestions or solutions for this problem?