Can't seem to pass the challenge... help?

Tell us what’s happening:
Well I’ve tried typing in the exact thing written on the example with the change of rgb code ofc but can’t seem to pass the challenge… can anyone help me out plz??
Your code so far


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

User Agent is: Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/13.2 Chrome/83.0.4103.106 Mobile Safari/537.36.

Challenge: Use RGB values to Color Elements

Link to the challenge:

You have a syntax error.

Should be background-color: rgb (0, 0, 0);

You have a space between ) and ;.

Still the same bud…

you also have a space betwee rgb and (

Oh it worked now. Thanks peps…

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