Design comparison
Community feedback
- @juani2Posted over 3 years ago
Hello @MomenBaligh,
Woah... Near-pixel perfect solution on desktop! great!
But I just noticed, your
div.wrapper
element is overflowing from its parentfooter
element thus causing a white space underneath yourfooter
tag. You may try adding anoverflow: auto
to your<footer>
tag. to remove the white space.Try also to check the text-alignment on mobile, they are left-aligned 375px viewport.
Also, you may check the color of the body copy of the cards, you may also try adding contrast to your heading and body copy of your card by changing the color of the body copy to
hsl(208, 11%, 55%)
and the color of the headings tohsl(192, 100%, 9%)
.2@MomenBalighPosted over 3 years ago@juani2 thank you. I haven't finished yet and I will use your advice.
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