Design comparison
SolutionDesign
Community feedback
- @hermannlebossPosted about 2 years ago
@great job sabine. Check you accessiblity and remove the padding in the bottom. Somme fix in the code
Applying thin to the body is not a good idea. If you want to specify font apply it to a
p & h
tag. They the best way to have a default font style.body { ........... font-family: 'Red Hat Display', sans-serif; color: #717fa6; font-size: 16px; font-weight: 500; }
remove the height in the container
height: 85vh;
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