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

Responsive Landing Page using CSS Grid

#accessibility#bootstrap#sass/scss#tailwind-css#materialize-css
Hanzla 30

@hanzlasaadi

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Prince Roy 1,210

@iprinceroyy

Posted

Hey @hanzlasaadi, Great work. You need to focus on some points here:

  1. Don't use h1 multiple times, there can be only one h1 through the web page.
  2. Those avatar images with title, you can use figure & figcaption tag for that figcaption.
  3. Use the blockquote tag for quotes text.
  4. span is an inline tag, it can't be used as a block tag. Use div for the block.
  5. Increase the padding of the container to match with provided design. .container{padding: 5rem; }
  6. Use relative unit instead of px unit. 1rem = 16px.

Hope it adds to your learning. Happy coding :)

Marked as helpful

1

Hanzla 30

@hanzlasaadi

Posted

@iprinceroyy Thanks for the tips. I updated my repo with your suggestions☺. I was having problems with naming headers containing the figure and the names, so I tried to use the span for its inline property but didn't work so I kinda left it there because it was working😁. Thanks BTW

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