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

NFT Preview Card Component

@matheussbacelar

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Fala Matheus Bacelar, tudo bem? Parabéns pelo desafio!

Acabei de ver sua solução e acho que ela está bem completa, tenho algumas dicas pra você:

1.Adicione uma transição pra fazer os efeitos de hover ficarem mais suaves entre o estado ativo e inativo. Um bom valor pra esse hover é transition: all ease-in 0.5s.

2.Para tornar sua solução ainda melhor e mais responsiva, você pode criar uma media query para quebrar os elementos na section dos preços/nft e colocar cada conteúdo em uma linha diferente, economizando espaço para dispositivos de baixa resolução.

@media (max-width: 350px) {
.flex {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
}
}

👋 Espero ter ajudado e continue no foco!

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