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

Product preview card component

@Cassio-Master

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


obrigado por estar a ver o que eu fiz por favor fala sobre os meus erros e retifique

Community feedback

Daniel 🛸 42,650

@danielmrz-dev

Posted

Fala Cassio!

Seu projeto ficou ótimo!

Tenho 2 sugestões:

  • Primeira: Notei que você usou position pra centralizar o card. Existe uma maneira melhor e com menos chances de gerar bugs ou cortar parte do conteúdo em telas menores:

Aplica isso aqui ao body:

body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
  • Segunda: Coloca uma cor mais escura nos textros do card. Não tem contraste suficiente e fica difícil de ler. Isso compromete a acessibilidade do seu projeto.

Espero que te ajude!

Fora esses detalhes, seu projeto ficou excelente!

0

@Cassio-Master

Posted

@danielmrz-dev vou levar em conta essa sua dica e aplicar na pratica! valeu pela dica

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