Q. Which is correct CSS statement to define blue background color with opacity?
β
Correct Answer: (A)
background-color: rgba(0, 0, 255, 0.3)
You must be Logged in to update hint/solution