Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Imports a font named "Figtree"

@Abhijeetkadamgits

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

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.

Community feedback

Daniel 🛸 44,230

@danielmrz-dev

Posted

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 a div.

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

0

@Blackpachamame

Posted

Buddy! you have done very well.

I can tell you the following: by mistake you have put height: 100vw instead of height: 100vh, this causes it to overflow and causes a scroll. Anyway, I recommend using min-height: 100vh because if it is just height the content can be cut off and it will not look complete.

Marked as helpful

0

@Abhijeetkadamgits

Posted

@Blackpachamame thanks for the valuable suggestion, I improve my code as per ur suggestion;

1

Please log in to post a comment

Log in with GitHub
Discord logo

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