Sunnyside agency landing page using GULP, SASS, BEM, HTML, GRID, FLEX
Design comparison
Solution retrospective
Any feedback or review of the code will be very helpful, thanks to all who responded!
Community feedback
- @Amanpatil-DevPosted over 3 years ago
Hello Roman👋, Your solution looks good and responds well But some their are some things that i would like to point out:-
- The
graphic design
andphotography
content sticks to top of the div which has classplat--theme--cherry
andplat--theme--orange
respectively
Solution for that would be
.wrapper{ position:absolute bottom:0 }
for both cherry wrapper and orange wrapper- Lastly their are two divs like this
<div class="plat"></div>
<div class="plat"></div>
I observed that when you to to screen width 1111px the images inside those divs with class
plat__img
adjust according to the min-height:37.5rem try addingheight: 100%
at width 1111px to classplay__img
and your will be good to goThat's All👍 Hope this helps🙂
Marked as helpful0@rmzvrPosted over 3 years ago@Amanpatil-Dev thank you for your feedback, I really appreciate any constructive comments, as soon as I can fix it)
1 - The
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