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

Four card feature section

#accessibility
Moussa-Esbayā€¢ 160

@Moussa-Esbay

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@VCarames

Posted

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

  • There is no header in this challenge; as the name suggest, it is a "section" of a site.
  • This should all be one single text and it should be a heading as an h1:
<p class="first">Reliable, efficient delivery</p>
<p class="second">Powered by Technology</p>
  • Remove all the sections you are using to wrap each individual card and instead use div to wrap them.
  • If you will be using a h3, there needs to be an h2 before them as you cannot skip heading levels.
  • Your content is not responsive and this due to using explicit properties.
  • In modern web development, it is best practice to start mobile first, as it will improve performance and ensure that your content is responsive to all screen sizes.
  • There is no need to use position to place the cards, you need to use grid to create the layout for them.

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

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