please someone can tell me where’s the mistake?
( i have to add the dessert class name to the flavor class selector.)
.flavor.dessert {
text-align: left;
width: 75%;
}
please someone can tell me where’s the mistake?
( i have to add the dessert class name to the flavor class selector.)
.flavor.dessert {
text-align: left;
width: 75%;
}
I just tried this
.flavor, .dessert{
text-align: left;
width: 75%;
}
And it worked for me, I added the comma separator.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.