Submitted almost 2 years ago
Solução utilizando HTML e CSS com propriedades flex
@1fernandocosta
Design comparison
SolutionDesign
Solution retrospective
Dificuldade baixa, mas serve para treinamento e aprendizado flex box.
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hi Fernando Costa de Morais, how are you? I really liked the result of your project, but I have some tips that I think you will enjoy:
To improve the responsiveness of the project, we can do this:
.container img { max-width: 288px; width: 100%; /* height: 288px; */ } .container { max-width: 320px; width: 100%; } body { padding: 10px; }
The rest is great!
I hope it helps... 👍
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