Design comparison
SolutionDesign
Solution retrospective
hey guys, pls i'm still having some issues on background.. i could not fix the section 2 background.... pls help me out guys....
All feedback are welcome!!!
Thank you guys
Community feedback
- @itsale-oPosted about 1 year ago
Congratulations on completing the challenge!
About your issue: you can put a
<div>
between the first and the second sections. Something like this:<div id="section1"> your code here </div> <div id="bg-div"></div> <div id="section2> your code here </div>
and then, on your CSS file you ajust the
bg-div
by putting thebackground-image
and giving thediv
aheight
that fits the whole background image.Marked as helpful0
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