Design comparison
SolutionDesign
Solution retrospective
Any question about best practices?
Like I handled color using style tag and the rest in tailwind. Does it work?
Github published website does not load images, do you know why?
Community feedback
- @ZubairAbid101Posted over 1 year ago
Hello!!!
Congratulations on completing the challenge!
There are some things that you can improve in the code,
- To write custom styles I would recommend using a separate stylesheet dedicated to your CSS. To do this simply create a
styles.css
and then use a<link>
tag to connect your HTML to the CSS stylesheet. - Another key feature is to use Semantic HTML. Though this project is short and does not necessarily require semantics it would be best practice to still implement it. To do this use HTML tags like
<main>
,<header>
,<footer>
,<section>
to name a few. - I would also recommend using a custom README.md file on your GitHub as this would better help other developers in understanding the purpose of your code.
I hope you find this comment helpful!
Did you know that there's a mark as helpful and an up-vote option?
There's even a Follow button!!!
Happy Coding!!!
0 - To write custom styles I would recommend using a separate stylesheet dedicated to your CSS. To do this simply create a
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