it says Create a new div
element below your .medium
element. Give it a class
attribute set to daily-value small-text
. Within this new div
, add a p
element with the text % Daily Value *
, and set the class
attribute to bold right
.
Your new p element should have the text % Daily Value * .
but it dose have that
this is my code
<div class="divider medium"></div>
<div class="daily-value small-text">
<p class="bold right"> % Daily Value *
</p>
</div>