.flavor.dessert {
text-align: left;
width: 75%;
}
Here is my code. I guess a double class selector will be used here. But why can’t I pass the test?
.flavor.dessert {
text-align: left;
width: 75%;
}
Here is my code. I guess a double class selector will be used here. But why can’t I pass the test?
You’ll want to put a comma and a space between those two class selectors…
Appreciate it! Thank you!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.