Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Finishing My second Front end mentor project Quickly and using fewer Css than i usualy do
What specific areas of your project would you like help with?If anyone can help me know If my Css Skills are enough to start learning a css framework or if i should train more
Community feedback
- @sivaprasath2004Posted 7 months ago
Hello, I would like to extend my congratulations on completing this challenge.
- I will give some suggestion i believe its used for improve your skill.
- In CSS You will use
.grow, .conversations, .users { padding: 100px 0; }
- I will recomand for Using rem values for padding provides a scalable and flexible approach, especially when considering accessibility and responsive design.
.grow, .conversations, .users { padding: 10rem 0; }
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