Design comparison
Solution retrospective
Hi all,
If you have any other suggestions or tips for me I would absolutely love to hear them! Any type of comment is welcome.
Thanks!
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Awesome work with this project. Looking at your solution, I would like to suggest the following for you…
- Simplify the padding in
.content
rule set intopadding: 1rem;
andmargin: 1rem 1rem 1.5rem;
in.box
rule set - Alternative is to use
section
tag in this line<div class="content">
and<div class="text">
Use semantic tags accodingly, for HTML structures, refer it with this one Semantics
Above all, the design is well implemented. Keep up the good work!
Marked as helpful0 - Simplify the padding in
- @AlazarG19Posted almost 3 years ago
your card component is a little small try increasing the size
Marked as helpful0 - @GitHub-dev12345Posted almost 3 years ago
Use this code to increase the size of card : 😊 used this CSS Property in your card to increase and decrease the size of card:
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 helpful0
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