Design comparison
Solution retrospective
The fact that I actually completed my first challenge. Was holding off on it and didn't want to start.
What challenges did you encounter, and how did you overcome them?The biggest challenge was figuring out how to vertically align the items instead of horizontally. I just used css properties with display: flex.
What specific areas of your project would you like help with?Font-size, font-family, font-weight. as well as getting a value for the padding inside the qr code container.
Community feedback
- @TedJenklerPosted 2 months ago
Hi @fahadali323,
I have some suggestions for improvement:
Avoid Setting Height: You don't really need to set a height for this project. Instead, try using padding (top, right, bottom, left) or margin to control spacing. At the moment, your design breaks and isn’t responsive.
Inline Styling: I see that you’re using inline styling, which works for this project but is generally discouraged. Having an imported CSS file would be a better practice.
Typography Refinement: It looks like you're using font size, font weight, and the Outfit family already, but maybe take some time to refine these details further for a more polished look.
Hope these suggestions are helpful!
Best, Teodor
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