Design comparison
SolutionDesign
Community feedback
- @sivaprasath2004Posted 7 months ago
Hello i`ll wishing for your completion project solution.
- I will give some suggestion i believe its used for improve your skill.
- In CSS You will use
.container{ padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 25px; }
- you will be use multiple line simply like use
padding:'top ' 'right' 'bottom' 'left'
this is one line easy to use. - change to
.container{ padding: 1.3rem 1rem 2.5rem; //"top" "right&left" "bottom" }
- I will recomand for Using rem values for padding provides a scalable and flexible approach, especially when considering accessibility and responsive design.
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