Social links profile using Flexbox, BEM, Variable & Logical Properties

Solution retrospective
As always I would like to know if I am using Custom Properties properly. Thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Code-Beaker
Hi there! You've done a great job with this project 🎉
I have taken a look at your live site solution and the source code. You've done a great job with your CSS by using the custom properties.
- One suggestion I want to forward is to split your CSS into multiple files to keep it cleaner. For example, store the custom properties and variables inside a
variables.css
file and put the resets inside aresets.css
file. - Instead of
px
use a relative unit likerem
orem
. Here's an article that explains you about it.
Hope this helps you 😄
Marked as helpful - One suggestion I want to forward is to split your CSS into multiple files to keep it cleaner. For example, store the custom properties and variables inside a
Join 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