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

Testimonials grid section

@tatyanepgoncalves

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Desejaria o texto mais alinhado a forma.

What challenges did you encounter, and how did you overcome them?

O Grid ainda é um desafio para mim.

What specific areas of your project would you like help with?

Grid.

Community feedback

Mirjax2000 680

@Mirjax2000

Posted

Hi i checked your code.

In HTML you are using too many DIVs. Use HEADER, FOOTER,ARTICLE even if you are inside element. Card element has also header and its footer.

you set for every element on the page font-size 12px.

* {font-size:12px}

that will be problem with default font in the browser. Use REM or EM units instead. Not sizes in pixels. In responzive pages fixed sizes are bad strategy.

grid is good, but you have problem to keep mobile design.

see you

Marked as helpful

1

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