Design comparison
Solution retrospective
Returned to HTML/CSS after years
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?CSS, would like to be cleaner if possible
Community feedback
- @R3ygoskiPosted 7 months ago
Hello Ishank, congratulations on completing your project! It almost perfectly matches the proposed design. Well done!
Here are a few tips about your CSS: when using font sizes, try to use the unit rem. This is because it's relative and adjusts to the user's font size settings, which improves the accessibility of your project.
As for your Semantic HTML, it's very good. I just recommend always putting the main content in a
<main>
tag instead of using<section>
and<article>
.Welcome back! I hope you can learn a lot about HTML/CSS and JS. Again, congratulations! Your project is truly good, and if you have any questions, please comment below, and I'll try to help you as best as I can!
Marked as helpful1@ishankgupta95Posted 7 months ago@R3ygoski Thank you for the feedback! It's super helpful. I will incorporate the feedback soon into this project 😄
1
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