Responsive landing page made using html and css.

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@katrien-s
This isn't finished right? It sure doesn't look like the design. Was this intended?
Your HTML reads ok. The CSS is readable to, but since it's incomplete, it's hard to say what it would look like once you finish the project.
Anyhow, I see you've been adding a
width: 100vw
on your body. That's not necessary. It will always be 100% iof your screen-width, unless you change it. But there is no need to change width of abody
-element.Happy coding!
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