0
Transparent Problems
So I make a div called, square, I set the width and height to the exact same thing, I float it to the left to align the words together! Then to make it transparent I put in background-color: rgba(200,0,0,0.1); Then it shows up on my screen but, it says âFallback background-color (hex or RGB) should precede rgba background-colorâ
1 Answer
+ 5
You probably have two background-color properties.
The fallback is the first one which is not used if you have two.