Fylo landing page with two column layout

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @itsale-o
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 helpful
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