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

Submitted

3-Column Preview Card Component

@LegendCoder20

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


Here is my Solution for the Challenge . All Feedbacks are Welcome. Thankyou.

Community feedback

@VCarames

Posted

Hey there! πŸ‘‹ Here are some suggestions to help improve your code:

  • Do not forget ⚠️ to check your FEM report, to see what is incorrect and update your code with it right after you submit your challenge.
  • Along with the blank alt tag, you also want to include the aria-hidden=β€œtrue” ⚠️ to your β€œcar images/icons” to fully remove them from assistive technology.

More Info:πŸ“š

https://www.w3.org/WAI/tutorials/images/

  • Do not capitalize❌ "sedans", "suvs" and "luxury" in HTML as it is not accessible friendly. Instead you will want to style it in CSS.
  • The "sedans", "suvs" and "luxury" are headings ⚠️ so they need be wrapped in a heading element. Since each heading in this card has the same level of importance an h2 heading βœ… will be the best choice.
  • Your CSS Reset is being underutilized. 😒 To fully maximize πŸ’― it, you will want to add more to it.

Here are some examples that you can freely use:

Josh Comeau Reset

Eric Meyer Reset

  • Implement a "Mobile First" approach πŸ“± > πŸ–₯

Mobile devices are now the dominant πŸ‘‘ way in which people browse the web, it is critical that your website/content looks perfect on all mobile devices.

More Info: πŸ“š

Mobile First

  • For improved accessibility πŸ“ˆ for your content, it is best practice to use em for media-queries. Using this unit gives users the ability to scale elements up and down, relative to a set value.

If you have any questions or need further clarification, feel free to reach out to me.

Happy Coding! πŸŽ†πŸŽŠπŸͺ…

Marked as helpful

0

@LegendCoder20

Posted

@vcarames Thankyou for helping me Out.

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