
CSS Reset, Media Queries, Relative Units, Flexbox, Responsive Images
Design comparison
Solution retrospective
De conseguir fazer uma pagina web sem ter muita dificuldade, obvio que ainda tenho que aprender bastante mas eu fico feliz em ter conseguido sem me enganchar em nenhuma parte do site, já que ainda é bem simples.
What challenges did you encounter, and how did you overcome them?Na ultima parte desse site eu não estava conseguindo entender do por que eles não estavam se comportando do jeito q eu queria, tive que fazer uma pesquisa e vi que estava errando algumas tags e que estava fora de ordem.
Community feedback
- P@codejerooPosted 19 days ago
Great and Responsive Solution! I love how you used rem and em for sizes for better responsiveness. However, if I may add.
- I think it's better to add
min-height
andmax-width
to the container so that it would scale properly based on the screen sizes.
2.At mobile screen-size, the nutrition table gets so close to each other. It's better to put them into distinct
divs
and set the width to 50% of their container.- At desktop screen-size, both of them are too far from each other. Reduce it by having a fixed gap or fixing the margin.
0 - I think it's better to add
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