Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Building Social links profile using html and css
What challenges did you encounter, and how did you overcome them?make a component reusable as possible
What specific areas of your project would you like help with?html for structure css for style
Community feedback
- @EnverUstaPosted 10 months ago
Hi @abdelrahman-mohammed1, Congratulations for the solution 😎
I would like to give you a quick feedback, I hope it will help you 👊
- In your
.container
class text-align seems useless since you already used justify-content: center. Using text-align in a parent component is a bad-practice. - Using white space after each colon make your code more readable.
- Please add blank line after each selector.
- It also seems like you are using exact pixel values. I think using rem would make it better.
Marked as helpful0@abdelrahman-mohammed1Posted 10 months agoThanks for this useful information @EnverUsta
1 - In your
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