Responsive app builded by React

Solution retrospective
My first project here builded in React.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @realsale
Yo! Daniel,
You've done well, Great!
Just a piece of advice, If you set container's
width
orheight
to be the same as the child's(containing element), then don't use margin, it will exceed the containers dimension.And will result to overflow(will force your container to show
scrollbars
).And also regarding to model image, in order to hide part of it when it exceeds to container's boundary, you can set
overflow
property tohidden
.
Join 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