Design comparison
SolutionDesign
Community feedback
- @SymonMuchemiPosted over 1 year ago
I think you should work on your sizing and avoid avoid using
body
when styling an element in your HTML. For example, if you would like to style a container element, just use the following code as an example:<div class='container'> some code </div>
.container{ // add style } doing this will make your code more readable and easier to debug. I hope you find this helpful.
Marked as helpful2@abdallahzeiadaPosted over 1 year agoThanks for advice, but I write my codes with (sass) which make the development easier than using (css). @Simon-Muchemi
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