Imports a font named "Figtree"

Solution retrospective
Building this project significantly improved my coding skills by immersing me in the practical application of HTML and CSS. Structuring the blog preview card enhanced my understanding of document organization and responsive design principles. Implementing features like button interactions and image styling deepened my grasp of CSS properties and transitions. Linking an external stylesheet and utilizing custom properties introduced modularity and reusability concepts, promoting cleaner and more maintainable code. The project, guided by Frontend Mentor challenges, provided valuable hands-on experience, fostering problem-solving skills and encouraging me to explore best practices for creating visually appealing and functional web designs. Overall, this project has been instrumental in advancing my proficiency and confidence as a web developer.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@danielmrz-dev
Hello @Abhijeetkadamgits!
Your solution looks great!
I have a couple of suggestions for improvement:
- For semantic reasons, use
main
to wrap the main content instead of adiv
.
This tag change does not impact your project visually and makes your HTML code more semantic, improving SEO optimization as well as the accessibility of your project.
I hope it helps!
Other than that, great job!
Marked as helpful - For semantic reasons, use
- @Blackpachamame
Buddy! you have done very well.
I can tell you the following: by mistake you have put
height: 100vw
instead ofheight: 100vh
, this causes it to overflow and causes a scroll. Anyway, I recommend usingmin-height: 100vh
because if it is justheight
the content can be cut off and it will not look complete.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