Design comparison
SolutionDesign
Solution retrospective
I'm a noob, looking for suggestions
Community feedback
- @iamurmaniPosted over 2 years ago
Hi Your code looks awesome I have 2 observation
- On hovering on the social media icon as per design the border should also highlight. You can remove the ion-icon:hover and combine border & icon as given below .m-icon:hover { color : var(--Soft-Magenta); border-color : var(--Soft-Magenta); }
- I feel the heading h1 tag font size is big for mobile screen, if we reduce, it will look good.
Happy coding.
Marked as helpful1
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