p class = “flavor” French Vanilla /p
in file style.css:
.flavor{
text-align:left;
}
And answer is:
You should add the flavor
class to your p
element.
p class = “flavor” French Vanilla /p
in file style.css:
.flavor{
text-align:left;
}
And answer is:
You should add the flavor
class to your p
element.
Your “p” element in the HTML file should be:
< p class=“flavor”>French Vanilla</ p>
I do so. But I’ve got answer, you should add the flavor class to your p element
Try deleting the spaces beetween “class” “=” and ““flavor”” , should be together
Like this: class=“flavor”
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.