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

3-column preview card component using React and Tailwind CSS

Kingβ€’ 310

@king-oldmate

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Travolgi πŸ•β€’ 31,400

@denielden

Posted

Hey King, congratulations on completing the challenge! You did a great job πŸ˜‰

Let me give you some little tips for optimizing your code:

  • Tip of graphic design: with font-family:" Big Shoulders Display ", cursive the browser will use the Comics Sans font when it doesn't find the first font indicated (you can seen during loading)... for the designer it's a really awful font! I would rather replace it with a font-family:" Big Shoulders Display ", sans-serif much more similar to the primary font.
  • add main tag and wrap the cards for improve the Accessibility
  • use button instead of p for the learn more buttons
  • remove all margin from first child div of root div
  • use flexbox to the body to center the cards
  • after, add min-height: 100vh to body because Flexbox aligns child items to the size of the parent container

Hope this help! Happy coding 😁

0
Kamasah-Dicksonβ€’ 5,590

@Kamasah-Dickson

Posted

Your solution looks great and responsive on smaller devices.

  • I like the amount of spacing on the cards.
  • Try to fix the accessibility issues.

Besides great job thereπŸ‘ Happy codingπŸ‘πŸ’»

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