Responsive product preview card component using flexbox
Design comparison
Solution retrospective
In the coding process, I solidified the knowledge I already had in HTML and CSS. I didn't have that much difficulty, but while developing the desktop version, I didn't realize that the zoom was negative, which left the desktop version with a large product preview card component.
How do I solve this in a simple way?
Community feedback
- @danielmrz-devPosted 11 months ago
Fala, Derick! Teu projeto ficou show, amigo!
Pra resolver o tamanho da versão desktop, tenta definir
altura e largura fixos
pro card na versão1440px
. Quando você usa porcentagem, esse tamanho excessivo pode acontecer.Depois de fazer isso, você diminuir também um pouco das fontes também. Vi ali que você colocou, por exemplo,
font-size: 4em
prosh1
do containercomponent.
Isso já deve resolver o tamanho do seu card. Tenta aí e me diz se deu certo!
Espero que ajude! Abraço!
Marked as helpful0@derickcjesusPosted 11 months agoPrimeiramente, obrigado! @danielmrz-dev
Já tinha em mente essa solução, seu comentário só me deu um "gás" a mais pra finalizar haha.
Deixei o card um pouco grande de propósito, pois achei o tamanho do design pequeno.
Abração!!!
0
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