Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I need a comment on this please
Community feedback
- @cyber-mPosted 26 days ago
Hi It looks like you are off to a great start @Keben21, I noticed that you have horizontal scroll bar and those are usually better to be avoided. A simple solution in your case would be to remove
width: 100vw;
from the body selector in your CSS file. I also noticed you got the wrong font, you can check which font is actually rendering using chrome>dev tools> computed tab>font. also you have an empty header element, you probably should remove it. keep up the good work!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