Design comparison
Solution retrospective
Hi Everyone, This is my first time using grid and I believe I have a good understanding of it now. Any feedback would be greatly appreciated.
Community feedback
- @GitHub-dev12345Posted almost 3 years ago
Congratulation to complete the challenge ❤️👍 My small suggestion : 1.In Card design CSS Code Used this:
transform : scale(0.8); this property decrease the size of card. 😉
large size for increase the number of scale & small size for decrease the number of scale
I hope you find this helpful
Marked as helpful1 - @RioCantrePosted almost 3 years ago
Hello there! Great work with this one. Regarding the solution you submitted, I think you should also take notes of the following…
- Import the
attribution
style in CSS file and remove thestyle
tag - Include description with the
alt
in image tags. Like this line<img src="images/bg-pattern-quotation.svg" alt="" aria-hidden="true">
- Add
background-color: var(--light-grayish-blue);
in thebody
rule set
Above all, The design looks good. Keep it up!
Marked as helpful1 - Import the
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