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-main

P

@NathanGeovane

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P
Steven Stroud 4,160

@Stroudy

Posted

Your CSS is great, Well done on getting this far! You’re clearly putting in the effort, and it shows. Just a few things I noticed that could enhance your solution…

  • These should probably be a <h1> or <p> tag since they have more of a semantic meaning, <div> have no semantic meaning,

  • Setting font-size: 62.5% can affect accessibility by reducing the default browser font size, potentially making text harder to read for users with visual impairments. This does make it easier to work out the relative units but at what cost?

It was hard for me to find any feedback I could provide, You’re doing fantastic! I hope these tips help you as you continue your coding journey. Stay curious and keep experimenting—every challenge is an opportunity to learn. Have fun, and keep coding with confidence! 🌟

Marked as helpful

0

P

@NathanGeovane

Posted

@Stroudy i see, you're talking about the published date text and also the learning tag, I should have used the p tag right?

1
P
Steven Stroud 4,160

@Stroudy

Posted

@NathanGeovane, Use a heading tag (<h1> to <h6>) for titles or section headings that define content structure and improve accessibility. Use a <p> tag for paragraphs, representing regular text content or descriptive information within a section. It is up to you which one is more appropriate 😁

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