Web Development Foundations: Paint Store

Dear codeacademy,
https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-web-development-foundations/tracks/fscj-22-improved-styling-with-css/modules/wdcp-22-learn-css-colors-fb7afde0-5376-43ed-86ba-c87c41749e61/projects/color-paint-store is where i started out for this project and i got to #7. I got stuck. .reds .lightness .color-1 {hsl(350, 100%m 80%) How do 65, 50, 35, 20, and not another .reds . lightness .color hsl in there equal up to 8- for the lightness in supposedly new hsl entry.

}

.reds .lightness .color-2 {
background-color: hsl(350, 100%, 65%);
}

.reds .lightness .color-3 {
background-color: hsl(350, 100%, 50%);
}

.reds .lightness .color-4 {
background-color: hsl(350, 100%, 35%);
}

.reds .lightness .color-5 {
background-color: hsl(350, 100%, 20%);
}

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