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

Grade de depoimentos responsiva usando CSS Grid.

@DrielySantos

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

@irenanrodrigues

Posted

Oi @DrielySantos, tudo bem? Parabéns por mais projeto. Ficou muito bom, tenho poucas dicas para você.

As fotos de perfil, acredito que no projeto, tenham o tamanho de width: 32px.

Os parágrafos dos cards com fundo branco. estão com uma cor difícil de ler, se mudar para color: var(--very-dark-grayish-blue);, fica melhor para leitura.

Na sua classe .comments, você pode adicionar a seguinte propriedade, para fazer um efeito nos cards.

.comments { transition: all 200ms ease-in-out; }
.comments:hover { transform: scale(1.02); }

Se ficou com alguma dúvida, pode perguntar =)

Marked as helpful

0

@DrielySantos

Posted

Obrigada pelo feedback @irenanrodrigues :)

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