Help, it won't let me complete this color challenge

Tell us what’s happening:
Describe your issue in detail here.
I have followed the code

  **Your code so far**

<style>
body {
  background-color: rgb (0, 0, 0);
}
</style>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36

Challenge: Use RGB values to Color Elements

Link to the challenge:

Dont leave space between the rgb and the bracket (0, 0, 0)

Format →

body{
   background-color: rgb(0, 0, 0)
}

Thank you so much, I will try if it works now

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.