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

Blog Preview Card using HTML and CSS

@Marcod01

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 am most proud of the speed of completion as well as learning new skills such as using em and rem instead of pixels. I had a much easier time managing the github and deployment as well as creating the design.

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

I encountered challenges working with the image sizing as well as layering all the elements on top of each other.

Community feedback

P
Steven Stroud 4,100

@Stroudy

Posted

Hello again, It is nice to see you taking the feedback I gave you and making changes, Fantastic effort on this! You’re really nailing it. Just a few things I noticed that could make it even better…

  • On the last feedback I gave you, I mentioned about developers should avoid using pixels (px) because they are a fixed size and don't scale well on different devices. Instead, use rem or em, which are relative units that adjust based on user settings, making your design more flexible, responsive, and accessible. For more information check out this, Why font-size must NEVER be in pixels or this video by Kevin Powell CSS em and rem explained.- Another great resource for px to rem converter.

Great job taking the time to learn! Your efforts are paying off, and I hope these insights guide you to even more success. Keep pushing forward, and remember, you’ve got this! Enjoy your coding adventures! 💪

Marked as helpful

1

@Marcod01

Posted

Hey @Stroudy thanks for the feedback just changed it from height: 450px; to height: 30em; weight: 330px; to weight: 20em;

1
P
Steven Stroud 4,100

@Stroudy

Posted

@Marcod01, Nice! Also consider using min and max are better than using only width or height because they provide flexible, responsive control over an element’s size. They allow elements to grow or shrink within defined limits, ensuring the design adapts to different screen sizes without breaking, maintaining usability and visual consistency.

Marked as helpful

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