Design comparison
SolutionDesign
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @victtor-selva,
- add padding:20px; in main element.
- replace
border-radius: 1rem 1rem 0 0;
withborder-radius:1rem;
in img element. - also add
text-align: center;
in h1 element.
2 - @tjewliusPosted over 2 years ago
nice try. I think the design would look better if you reduced on img width say to like 80% and add margin: 2rem auto; and set its display to block. this give it some space on top and also center it horizontally.
1
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