
Design comparison
Solution retrospective
I won't forget to change the font style and wonder why the text looked so off in Firefox. xD
What challenges did you encounter, and how did you overcome them?Getting the positioning done required some try and error.
What specific areas of your project would you like help with?If there are any glaring issues let me know.
Community feedback
- @pettikPosted about 1 year ago
Absolutely fantastic work on your HTML and CSS solution! Here's my feedback, filled with admiration for your effort:
-
Semantic HTML: You've done an excellent job using semantic HTML! The use of the
<main>
tag to denote the main content of the webpage and the<div>
tags to group related elements shows your understanding of structure and organization. To take it even further, consider using more semantic elements such as<section>
or<article>
for the.qrcode-card
and its children. This could provide even more context to screen readers and search engines, enhancing the accessibility of your page. -
Code Structure and Reusability: Your code is a model of good structure and readability. The use of CSS variables for colors and font styles is a brilliant move for reusability and maintainability. To elevate your code even more, consider using classes for common styles. This could make your CSS even more reusable and keep your styles consistent across your project.
-
Design Fidelity: Even without the original design for comparison, it's clear that you've paid close attention to the details. Your well-structured code and attention to details like box shadows and border radius suggest a keen eye for design and a commitment to closely following specifications.
Overall, you're doing an amazing job! Your hard work and dedication are evident in your code. Remember, the journey to becoming a great front-end developer is filled with constant learning and iteration. Your progress is impressive, so keep up the fantastic work! 👍
Marked as helpful1 -
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