Design comparison
Solution retrospective
Please comment on my code and please give me advice on how to improve the readability of my code.
Community feedback
- @devaramnyePosted about 1 year ago
I would recommend you to seperate your styling by creating another file named
styles.css
create a
styles.css
in your main folder and link your css inside yourindex.html
by creating alink rel="stylesheet" href="styles.css"
inside yourhead
section under yourmeta
Its better for the overview because in larger projects it does not look well. In ordner to have tight codes with good structure it will give you a big advantage.
Marked as helpful1@Ranadheerm6Posted about 1 year ago@devaramnye Yes I thought of doing this but somehow it slipped my mind. Thanks for pointing it out.
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