Design comparison
SolutionDesign
Community feedback
- @CamiloZamoraPosted about 1 year ago
Hi there!!!
I would like to highlight that is best practice to have your HTML and CSS on separate files.
it´s a more effective and easy way to maintain the code. You should use the
<link>
tag on your index.html to link your .css file (you can name it however you like, but it´s a convention to name it like style.css)Hope it´s useful.
Have fun!!!
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