Problem with CSS Color Course

I‘m having an issue where my code doesn’t pass.

.red {
    background: rgb(255, 0, 0)
}

I‘m using Safari on an iPad 10.2 (2019) with iOS 15.4. Tried using Google Chrome instead of Safari but problem still persists. Because of that bug I‘m stuck on (New) Responsive Web Design Course: Learn CSS Colors by Building a Set of Colored Markers 49 and 60.

Link: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-colors-by-building-a-set-of-colored-markers/step-49

and

Please include your actual code instead of a picture. Thanks


I seem to recall reading something about Apple having some bug where their decision to ignore web standards is causing some fCC tests to fail.

my bad. I updated my thread

Cool, thanks. That lets me copy-paste your exact code and verify that it works on my machine. It has to be an Apple problem.

Edit: Yup, blame Apple

1 Like

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