Design comparison
SolutionDesign
Community feedback
- @mkborisPosted 6 months ago
Hi Nayan313 great job, here are some suggestions
- Its best you put all your CSS styles in a separate file and link the external style sheet file inside the
link
element, inside thehead
section like so
<head> <link rel="stylesheet" href="mystyle.css"> </head>
-
Consider using a modern CSS reset at the start of the styles in every project. Like this one modern css reset. This will help reset a list of default browser styles.
-
All content should be wrapped within landmarks. Wrap a
footer
tag around the attribution.
Hope this helps.
0 - Its best you put all your CSS styles in a separate file and link the external style sheet file inside the
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