QR Code Solution via Flex and Basic HTML,CSS

Solution retrospective
I am proud of my journey when I tried to create my first live site project like this. I learned a lot during this process because I was not intended to rush finishing this project, instead, I have read some tutorials about flex and generating live site page, which might help me to do better and more quickly in future development. I believe that I will choose to assign items through "flex-direction:column" if I want to do that again. This can help me refine the automatic expansion of paragraphs and make the page more beautiful.
What challenges did you encounter, and how did you overcome them?I encountered only a few challenges, because this project is very basic, objectively speaking.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@MikDra1
Here is how you can make your card responsive easily
.card { width: 95%; max-width: 42.5rem; }
On smaller screens, the card will occupy 90% of its parent (such as the body), but once it reaches 42.5rem (680px), it will remain like that.
I hope this tip was useful to you! 💗💗💗
Great work, and keep it up! 😁😊😉
Marked as helpful - @pmendezpe
Great job! The effort and attention to detail are evident in the final result. I really liked how you implemented several media queries, which greatly improved the responsiveness of the design across different devices. As a suggestion, you could pay a bit more attention to the padding in some areas to further refine the layout. Overall, excellent work!
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