Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Site 3 colunas

@brunafelix79

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Alguém poderia me ajudar como posso centralizar as colunas?

Community feedback

@nihilboy1

Posted

Pra centralizar elementos vc pode usar varias propriedades do css, mas acredito que flexbox é o mais simples e direto.

<div id="caixa1"> <div id="caixa2"> </div> </div>

#caixa1: { display: flex; justify-content: center; align-items: center; }

isso vai fazer a caixa2 ficar centralizada nos dois eixos em relação a caixa1

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord