HTML, CSS, Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @dimar-hanung
Hi.. 👋, Congrats completing the challenge 🎉 .
I have some interest and feedback with your code
That i like:
- I appreciate the similarity of your results with the design, a bit different scale but still good 👐
- html is pretty good, not too nested and with combination semantic HTML👍
My Feedback:
- it’s good in normal laptop, but in 1920px it’s not center, because you set
max-width:1440px
, remove max-width or addmargin: 0 auto
(make it center harizontal) will fix it - You can seperate file by folder to be more structured, for example:
public/ ├─ images/ │ ├─ qr-code-image.png ├─ styles/ │ ├─ main.css ├─ favicon.png index.html
overall is good, nice solution, hope it useful 🙌
Marked as helpful
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