Learn Typography by Building a Nutrition Label n°60

Below your .double-indent element, add a new p element with the text Includes 10g Added Sugars 20%. Your new p element should also be double indented, and have no bottom border. Use a span to make the 20% bold and right aligned.

Then create another divider after that p element.

 <div class="divider double-indent"></div>
    </div>
          <p class="double-indent">Includes 10g Added Sugars<span class="bold">20%</span></p>
          <div class="divider"></div>

what’s wrong? help pls.

Please post your actual code instead of a screenshot. Can you please post a link to the step? Thanks

2 Likes

¡Bienvenido a la comunidad @edgardo.ortiz1296 !
Intente mover la instrucción del elemento p por encima del div de cierre por encima de ella. Entre el div de cierre para el ‘’‘divisor doble sangría’‘’ y el que le sigue.
Espero que puedas entender mi intento de explicarlo.
¡Feliz codificación! :sun_with_face:

Welcome to the community @edgardo.ortiz1296 !
Try moving the p element statement above the closing div above it.
Between the closing div for the divider double indent and the one following it.

I hope you can understand my attempt to explain.

Happy coding! :sun_with_face:

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.