Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Talvez o responsivo desse site(deixaria melhor rs)
What challenges did you encounter, and how did you overcome them?No responsivo, mas não consegui superar 100%
What specific areas of your project would you like help with?Encaixar no responsivo do mobile… ficou meio estranho. Aceito dicas de ajuste.
Community feedback
- @mellinghPosted 8 months ago
Looking good, use:
- { box-sizing: border-box; }
to get rid of the weird margin on the right of the image.
Also add some more margin on your container div for e.g., (margin: 200px auto;) and some more padding to your container div at the bottom or increase the general height.
1
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