
Design comparison
Solution retrospective
Found and Practiced some new Tricks of CSS Like 2 line code for centering the content using grid system, Display:grid; place-content:center;
Community feedback
- @NKoshmakPosted 4 months ago
While your code is well-organized and functional, there are areas which could be improved: you have an inline for the attribution section. While this isn’t a major issue for small projects, for maintainability and performance, it’s better to keep all styles in the external style.css file.
Marked as helpful1@m-abubakr1Posted 4 months ago@NKoshmak Thanks for pointing it out. The internal css was pre-written by frontend mentor, i forgot to Improvise it.
1
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