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

Basic CSS and HTML

@VitorMagnago

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Another challenge similar to the previous ones but this time I tried to use new things I'm learning, like improving semantic HTML5 markup, CSS Grid, custom Properties and Mobile-first workflow.

Any advices?

Community feedback

T
Grace 29,310

@grace-snow

Posted

It’s really important to never use px for font size, letter spacing or line height

If you use letter spacing in px it will break when people change their font size because your rem sizes will scale but the px will not. Letters can end up overlapping each other

Instead, I recommend em for letter spacing so it always scales with its font

Marked as helpful

2

@VitorMagnago

Posted

@grace-snow Damn, I missed that detail, I didn't notice.

Thanks again for the feedback, you always give great advices that I've been using to improve my skills.

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