Design comparison
Solution retrospective
is there some display that i can use instead of flex in the body or .card style? like, i use it for everything and idk if this is bad
Community feedback
- @pRicard0Posted about 1 year ago
Nah, você pode usar a vontade, não tem problema nenhum não. Se tem alguma coisa que pode ser considerado "errado" é não ter o HTML semântico. Você pode usar a tag main ao invés da div com a classe "card"
Você quis deixar o hr assim mesmo? Ficou meio estranho mas suave. Se quiser deixar como está no design, você não muda a cor da linha, você muda a cor da borda dela. Assim ó:
hr { border-top: 1px; border-color: var(--Very-dark-blue-line); }
Como você quis usar muitos efeitos lá no texto "equilibrium" no nome do cara "Jules Wyvern", não seria melhor colocar um transition para deixar mais suave?
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