QR component center using flexbos

Solution retrospective
I'm proud that I could complete it with my current knowledge. Layouts are quite tricky, and I need more practice.
What challenges did you encounter, and how did you overcome them?I tried using grid before, but I was overcomplicating it a bit. Then I used floats, but the concepts of floats are still a bit tricky to understand, but I will get there with more practice.
What specific areas of your project would you like help with?Mostly, the CSS layouts as a whole, some tips and tricks would do me well to understand them better.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Networksentinel
Hi there!
You did a great job—it looks awesome!
I just have one small suggestion regarding semantics.
I learned a valuable rule that stuck with me: "If there's a more semantic tag you can use, go for it—avoid
<div>
when possible. Your SEO and accessibility will thank you later!" 😄You used a
<div>
to group related content—sound familiar?I think
<section>
would be the ideal element here. 🙂Keep up the good work and good luck with the grind!
- @codebyneander
Não aplicou semântica corretamente.
1 - Utilize tags como <main> para colocar o conteúdo principal dentro, para alertar os navegadores.
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