Hi,
I can’t pass Step 52 from Learn Basic CSS by building a Cafe menu.
I am using this code
.flavor .dessert {
text-align: left;
width: 75%;
}
and I get this error all the time
Try again. This might help:
You should add the .dessert
selector to your .flavor
selector.
moriel
January 29, 2022, 3:17pm
2
Hi,
I think a comma between the 2 classes is missing!
4 Likes
Yes, I have just figured out. Thank you for your help
tufu
August 13, 2022, 2:55am
5
hello, i still cant get it right. how to fix that, thanks in advance
.flavor dessert {
text-align: left;
width: 75%;
}
Test : Sorry, your code does not pass. Keep trying.
Hint : You should add the .dessert
selector to your .flavor
selector.
just figure it out by myselft
.flavor , .dessert{
text-align: left;
width: 75%;
}
system
Closed
February 11, 2023, 2:55pm
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.