I think I’m doing everything according to the instructions but it still doesn’t pass. Here’s the actual code. Is there something I’m not seeing here?
<div class="daily-value sm-text">
<p class="right bold">
% Daily Value *
</p>
</div>
I think I’m doing everything according to the instructions but it still doesn’t pass. Here’s the actual code. Is there something I’m not seeing here?
<div class="daily-value sm-text">
<p class="right bold">
% Daily Value *
</p>
</div>
you have to move closing tag and text on the same line
I’ve done that and still doesn’t pass
like above ? copy it from here then check it
OK thanks. That fixed it.