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

Responsive Blog preview card using CSS flex

@Akansha82

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


What are you most proud of, and what would you do differently next time?

I'm most proud of successfully completing this Frontend Mentor challenge.

What challenges did you encounter, and how did you overcome them?

One of the major challenges I encountered was to properly align the images and text in card.

What specific areas of your project would you like help with?

Any guidance on improving responsiveness, optimizing code structure, or enhancing accessibility would be greatly appreciated.

Community feedback

P

@ePaulo

Posted

Desktop version look nice. :-) Suggestions:

  • use <h1> tag for your main (the most prominent) title, then <h2> for next prominent title/subtitle... then <h3> , and so on. Then use CSS styling for how each title/sub-title looks on the screen.
  • try using a media query to adjust the design for smaller screen sizes.

My approach to responsive design... write the HTML code based on the desktop design, then write the first draft of the CSS code based on the mobile design, and finally add a media query to add or adjust css code specifically for the desktop design.

Here's a link to begin learning how to use a media query: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Media_queries

Marked as helpful

0

@Akansha82

Posted

@ePaulo Thank you for your feedback. Appreciated it!

0

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