Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

[Projeto] desafio

Desafio 1 *{ height: 100vh; } body { background-color: yellowgreen; color: black; } .urgente{ color: red; }

Desafio 2 *{ box-sizing: border-box; } body { background-color: yellowgreen; color: black; } .urgente{ color: red; }

Desafio 3 *{ display: flex; justify-content: center; align-items: center; height: 100vh; width: 100%; } body { background-color: yellowgreen; color: black; } .urgente{ color: red; }

Desafio 4 *{ margin: 0; padding: 0; } body { background-color: yellowgreen; color: black; } .urgente{ color: red; } .container{ display: flex; justify-content: space-between; }

Desafio 5 *{ margin: 0; padding: 0; } body { background-color: yellowgreen; color: black; } .urgente{ color: red; } .container{ display: flex; align-items: center; height: 800px; }

Desafio 6 *{ margin: 0; padding: 0; } body { background-color: yellowgreen; color: black; } .urgente{ color: red; } .container{ display: flex; flex-direction: row; flex-wrap: wrap;}

1 resposta
solução!

Oii Yago Emilio, tudo bem?

Obrigada por compartilhar seus desafios no fórum!

Gostei muito de ver sua prática com classes, posicionamento e Flexbox nos diferentes desafios. É interessante como você explorou diferentes técnicas para manipular elementos na página.

Continue praticando e explorando novas técnicas! Um abraço e bons estudos.