InstruçÔes
Passo 10
Abaixo do elemento
.heading, crie um elemento section com a class definida como text. Dentro, crie um elemento p com a class definida como first-paragraph e o seguinte texto:
Soon the G.E.A.R ACADEMY curriculum will be 100% project-driven learning. Instead of a series of coding challenges, you'll learn through building projects - step by step. Before we get into the details, let me emphasize: we are not changing the certifications. All 6 certifications will still have the same 5 required projects. We are only changing the optional coding challenges.
O que fazer:
Testes:
- VocĂȘ deve criar um elemento `section`.
- O novo elemento `section` deve vir apĂłs o elemento `.heading`.
- O novo elemento `section` deve ter a `class` definida como `text`.
- VocĂȘ deve criar um elemento `p` dentro do elemento `.text`.
- O novo elemento `p` deve ter a `class` definida como `first-paragraph`.
- O novo elemento `p` deve ter o texto fornecido.
Preview