Submitted 9 days ago
Responsive Social Links Profile Website Using HTML, CSS,
@Pawan-arch589
Design comparison
SolutionDesign
Community feedback
- @BasselfathyPosted 1 day ago
Good job! you can use these hints to improve your CSS code_
-
When styling elements, it’s best to define reusable values, like colors, spacing, and font sizes, as CSS variables. This way, you only need to change a value once if you ever want to update it across the site!
-
Hardcoding sizes like px can make your design less adaptable to different screens. Instead, try using responsive units like
rem
orem
for things like font sizes, padding, and margins.
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