Design comparison
Solution retrospective
I was having some issues when trying to position the share icons tray for mobile and Desktop on different locations but after some experiments, i was able to figure out the solution,
Community feedback
- @Stephanie-DennehyPosted 3 months ago
Hi Ashan,
Really nice job with this challenge! I love how you were able to add the hover colors to the social icons. It looks really nice.
I did notice that your h1 is the same size as the rest of your text. You might want to consider increasing the size of that to create a little more contrast and visual hierarchy.
Also, you can write shorthand CSS properties for your border radius and margin/padding so you can condense that into one line.
border-radius: 0 0 10px 10px
It would start in the top, left hand corner and the order would be top left, top right, bottom right, bottom left.
Best of luck as you continue with these challenges!
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