Design comparison
SolutionDesign
Solution retrospective
hello frontend Mentors, what do you have for me about this solution? Please do not forget to comment and like :) really appreciate.
Community feedback
- @iamurmaniPosted over 2 years ago
Hi Akash, Your code looks super. i have one observations, the social media icon circle is not uniform, to make the circle perfect you can use set a equal width and height and use flex box to align the icon to the center of circle for social div. Something like this
border: 1px solid #fff; border-radius: 50%; justify-content: center; align-items: center; height: 2.5rem; width: 2.5rem; font-size: 1.2rem; color: #fff; Happy Coding!!
Marked as helpful0@Akash20xPosted over 2 years ago@iamurmani Thank you very much for the suggestion I will apply it on my code.
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