Design comparison
SolutionDesign
Solution retrospective
How can a i get the " Ready To Build Your Community? " to get on top of the bottom box, with the dark color. I tried using margin, but the dark background always came on top.
Am i writing to much CSS? i'm using the @midia in order to make the page resize for the mobile, but is there an easier way to make it instead of rewriting the same section diffirently to each size.
Community feedback
- @Agus27111Posted about 1 year ago
hi mybe u can add relative position
you can add 2 line code in your div .div { position: relative; top:10px; // to make div push to the buttom 10px from the top }
https://codepen.io/Agus27111/pen/mdvXrKL
0
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