Social Links Profile using basic pseudo classes

Solution retrospective
I focused heavily on making the site accessible and using proper semantic HTML5 markup, which I think I have achieved to a greater effect than my previous project.
What challenges did you encounter, and how did you overcome them?the main challenge was making the site more accessible, and I used tips from feedback on my previous project.
What specific areas of your project would you like help with?the footer element - I tried to always make it stay at the bottom of the page, but when the viewport is made shorter, it just overlaps on top of the main container (I used position: absolute; bottom: 0px; in the original code). Is there a way to make it stay at the bottom of the viewport, but also always make it stay under the container (not overlap on top?). I'd also appreciate any feedback on the accessibility of my code, as well as on my use of semantic HTML5 markup.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Peepytoo's solution.
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