πŸ“Š CSS
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)
πŸ’¬ Discuss
βœ… Correct Answer: (A) background-color: rgba(0, 0, 255, 0.3)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
42669
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate