Home / Report Question

Q. Which is correct CSS statement to define blue background color with opacity?
  • A. background-color: rgba(0, 0, 255, 0.3)
  • B. background-color: rgba(0, 0, 255, 255)
  • C. background-color: rgba(0, 255, 255, 0.3)
  • D. background-color: rgba(0, 0, 1, 0.3)