Which is correct CSS statement to define blue background color with opacity?
Options:
Explanation:
The CSS statement (
background-color: rgba(0, 0, 255, 0.3)) specifies the blue background with an opacity.
Tags:
Advanced CSS
CSS
Answer:
Which is correct CSS statement to define blue background color with opacity background-color: rgba(0, 0, 255, 0.3).