Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I'll kindly appreciate any feedbacks in my CSS and in what should I improve.
Community feedback
- @KapteynUniversePosted 19 days ago
Hey, nice job.
Do not skip headings and also don't use them for sizes, you can always style them.
That buttons are probably are links of the Jessica's socials. So instead of buttons using anchor tags with unordered list would be better. Like:
<ul> <li><a href="...">...</a></li> <li><a href="...">-...</a></li> <li><a href="...">...</a></li> <li><a href="...">...</a></li> <li><a href="...">...</a></li> </ul>
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