InstruçÔes

Passo 52

ApĂłs o Ășltimo .divider, crie outro elemento p e dĂȘ a ele o texto Trans Fat 0g. Torne a palavra Trans em itĂĄlico ao encapsular ela em um elemento i. DĂȘ ao elemento p o atributo class definido como indent no-divider. Envolva Trans Fat 0g em um elemento span para o alinhamento.

O que fazer:

Testes:

  • VocĂȘ deve criar um elemento `p` ao final do elemento `.daily-value`.
  • O novo elemento `p` deve ter o texto `Trans Fat 0g`.
  • O novo elemento `p` deve ter o atributo `class` definido como `indent no-divider`.
  • O novo elemento `p` deve ter um elemento `i`.
  • O elemento `i` deve encapsular o texto `Trans`.
  • O elemento `p` deve ter um elemento `span`.
  • O elemento `span` deve envolver o texto `Trans Fat 0g`.

Preview