Design comparison
SolutionDesign
Solution retrospective
Hi community,
I have just completed this challenge
All feedback more than welcome !
Community feedback
- @HassiaiPosted almost 2 years ago
wrap the social media div in a footer tag. in the css give the footer a padding value, display: flex; justify-content: flex-end or center; e.g <foooter><div class= "social-media-icons> </div></footer> in the css: footer{ padding: 1rem; display: flex; justify-content: flex-end;} in the mobile design .footer{ justify-content-center}.
Hope am helpful. Happy coding
Marked as helpful0@elsgoossensPosted almost 2 years ago@Hassiai , thank you very much, that indeed worked :-)
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