Design comparison
SolutionDesign
Community feedback
- @keetheshPosted 3 months ago
Hey there! That's a nice first try! Here are some things that might help:
- Try using padding to wrap your text, since padding add space on the "outside" of the element.
- Loading your CSS styles from a .css file is usually recommended over directly putting all your styles in the HTML
- Use
height: 100vh
orwidth: 100vw
to fill the entire body with your background. Don't forget to remove the padding and margins on body with
body { margin: 0; padding: 0; }
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