Design comparison
SolutionDesign
Solution retrospective
It was a fun project, any feedback is appreciated!
Thank you :)
Community feedback
- Account deleted
Good job Daniel for completing this challenge
I recommend used max-width and margin property in the HTML element of
<section class="left-section"></section <section class="right-section"></section .left-section, .right-section { max-width: 56.25rem; margin: 0 auto; }
-
max-width: 56.25rem --- computed-value: 900px basically it will make your section quite good looking and more responsive
-
margin 0 auto it will center your section classes it will work only this if your section width is (<) less than to the parent element width
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