
Design comparison
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AlexKolykhalov
Hello, nice work!! Maybe some of my advices can help you to improve your html+css+js skills.
First of all seperate your body
<header></header>
,<main></main>
,<footer></footer>
tags. It's for semantics.In your case
<main>
and<footer>
are needed.Secondly,
<br><br>
... not needed. Configure you CSS file for the resentation of a document written in HTML.To remove you markup html errors you can check html in this site (just copy-paste you html). The presence of accessibility errors will show this extension
I think some of community members can say more.))
Keep going!!
Marked as helpful
Join 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