HTML,CSS

Solution retrospective
I am not able to manage the background (blue colored) image and also dint make it responsive? Any suggestions?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @shubhamthedev
Hi @apoorva2019, you should keep the
<footer>
outside the container since that limits the size to which thebackground-color
can spread. You can put the contents inside the footer in a container though i.e.<footer> <div class= container> your content goes here </div> </footer>
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