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

card-Produto

@Michaelrodriguesds

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


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

achei que fico bem legal meu projeto , apanhei muito pra faze , fiz e refiz varias vezes

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

o mais difícil foi alinha a div com a imagem com a div com descrição certinho .. sempre ficava errado , depois de muita pesquisa e teste fui conseguindo , projetinho simples desse demore por volta de uma semana para fazer ¬.¬

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

onde tive mais dificuldade foi no css , onde precisei de muita ajuda

Community feedback

Daniel 🛸 44,230

@danielmrz-dev

Posted

Fala @Michaelrodriguesds!

Seu projeto está ótimo!

Eu tenho uma sugestão que pode te interessar:

📌 Você pode usar a tag <picture> quando tiver diferentes versões da mesma imagem 🖼. Usar a tag <picture> ajudará a carregar a imagem correta para o dispositivo do usuário, economizando largura de banda e melhorando o desempenho. Exemplo:

<picture>
    <source media="(max-width: 460px)" srcset="{caminho da imagem desktop aqui}">
    <img src="{caminho da imagem mobile aqui}" alt="{texto alternativo aqui}">
</picture>

Espero que isso ajude!

Fora isso, excelente trabalho!

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