Design comparison
Solution retrospective
Having some issues with responsiveness in mobile and creating the circles around the social icons. Suggestions welcome.
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Nimbul, congratulations for your new solution!
You've a little issue with the background because you've done the import for the mobile version of the image, use also the following properties to fix the rest of the issues and make it full height:
body { min-height: 100vh; background: url(./images/bg-desktop.svg); background-color: hsl(257, 40%, 49%); background-repeat: no-repeat; background-size: cover; }
π I hope this helps you and happy coding!
Marked as helpful0 - @VCaramesPosted about 2 years ago
To create circles on your social media icons, you add a border to each one; https://developer.mozilla.org/en-US/docs/Web/CSS/border
Then add a border-radius to make it a perfect circle. https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
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