Design comparison
SolutionDesign
Community feedback
- @irenanrodriguesPosted 11 months ago
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 helpful0
Please log in to post a comment
Log in with GitHubJoin 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