using flexbox for the first time, it's not responsive.
Design comparison
Solution retrospective
using flexbox for the first time, I couldn't make the site responsive, however, I'm studying to improve.
Community feedback
- @kevintataPosted almost 2 years ago
👨💻 Hey man! Great job on the challenge!
Flexbox is a very powerful and useful tool!
Some tips I have are 🤔
👨💻 1 - Separate the main from the container id and use a div for that function!
<main> <div id= "container"> </div> </main>
📐 2 - Set display flex to your main and use justify content and align items both to center your project!
main{ display:flex; justify-content:center; align-items:center; }
😃🎨 3 - All the exact colors can be found in the style guide!
(name looks brazilian... se quiser falar em portuguese tô a disposição!)
Marked as helpful2@davidferreirad1Posted almost 2 years ago@kevintata obrigado pelo feedback amigo, ainda tenho um pouco de dificuldade com o display flex, mas to tentando melhorar nisso:)
1
Please log in to post a comment
Log in with GitHubJoin 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