Design comparison
Solution retrospective
I am proud of figuring out how JavaScript works. I will try better next time at optimizing my CSS code.
What challenges did you encounter, and how did you overcome them?Javascript😭. ChatGPT
What specific areas of your project would you like help with?Any advice for the CSS of the '.Share' section or the social network links section? How would you optimize it?
Community feedback
- @Grimm-NPosted 14 days ago
You're doing an amazing job—keep it up! 🌟
-
Don’t worry about using ChatGPT! We’re all learning, and it’s smart to use all the resources that help you grow. 👍
-
I used absolute positioning for the social links block, which can be helpful for precise placement.
-
For social icons, consider using
<a>
elements instead of just images. They’re meant to be links, so it’s more semantic and accessible! -
For future projects, try adding custom fonts with
@font-face
. This approach gives you more control over the font loading, so your styles stay consistent across browsers and devices!
And again- great job! 👏
Marked as helpful2 -
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