Reputation: 13
Here is the project site: Site Redesign.
What I'm trying to do is keep the backgrounds for each section to be at the 0.5-0.7 opacity, but the text in all the content at 1.0
I've tried making a class 'text' with opacity 1.0 but that doesnt do anything, and I don't want to lose the opacity currently there.
Upvotes: 1
Views: 108
Reputation: 26228
I believe your answer is here: CSS opacity only to background color not the text on it?.
You want to specify the transparent background with the background
property.
Upvotes: 1