Design comparison
Community feedback
- @josuez2006Posted 12 months ago
Congratulations, you have built a responsive site. It appears that you have a passion for learning new things. Because of that, I'd like to give you some best practices that you could use to improve your skills.
First of all, although it's a small project, you should separate the HTML and CSS into different files to have better readability.
Secondly, HTML tags have meaning and you have to use them wisely. The div tag has no purpose in your code and the h3 tag has no sense since it's appropriate to use a h1 (it's the unique and more important heading on the site).
Last but not least, as your project grows, you going to probably have more paragraphs with other styles, so it's a great practice to always use classes instead of referring to the HTML tag.
I hope it helps you.
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