Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Request path contains unescaped characters
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

19akasht/3-column-preview-card-component-main

@19akasht

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

Solution retrospective


Please help me, if there is any changes needed.... Thank You.

Community feedback

@omerome83

Posted

Great job on the challenge.

I would suggest instead of using so many <div> tags in your code, is to use Semantic HTML tags. Using tags like <main> and <section> can break up the code into parts which makes it easier to understand as the <div> tag alone doesn't do much.

Additional information: https://www.w3schools.com/html/html5_semantic_elements.asp

Also, it's considered better practice to separate your .css into an external file instead of it being embedded in your HTML. That way if you have multiple pages, you only need to make code changes once.

Additional information: https://www.w3schools.com/html/html_css.asp

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