Design comparison
Solution retrospective
this is GOA project (QR code site)
Community feedback
- @Bishalsnghd07Posted 9 months ago
Hi, @andro1ghado👋
Congrats for completing this challenge🎉
I have one suggestion for you:
I see your code and need one adjustment, your div is not in center in desktop mode to do that, just need to make this change in your div:
👉 body
{ background-color: steelblue; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; }
And want to make responsive in your mobile too, for that you have to play with media-queries. I"ll just give you the direction😊 all you have to do it by your capability.
Hope this small tip will help you ahead in your projects too!
Happy Coding❤️
0
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