Design comparison
Solution retrospective
Confesso que no início quebrei a cabeça na parte de responsividade, pois nem pensei em usar css grid. Mas com o desenrolar dos códigos e notando como cada bloco se comportou, eu entendi como seria adequar tudo e deu certo. Se tiverem algum feedback, fico agradecido. Abraços.
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Pedro Ferreira Gomes, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
At higher resolutions the content is growing a lot and harming the page design, to solve this, we can do this:
.container { max-width: 1440px; }
This will make the content have a maximum width!
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