Design comparison
Solution retrospective
Feedback is welcome
Community feedback
- @GitHub-dev12345Posted over 2 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
Marked as helpful1 - @optimusprime202Posted over 2 years ago
Hey @soyed, Superior work.
Marked as helpful0 - @NaveenGumastePosted over 2 years ago
Hay ! Sammy Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding π!
Marked as helpful0 - @RioCantrePosted over 2 years ago
Hello there! Great work with this one. Regarding the solution you submitted, I think you should also take notes of the followingβ¦
- Instead of a
section
, alternatively wrap the whole content withmain
tag . Use semantic tags accordingly, for HTML structures, refer it with this one Semantics - Adjust the borders in
.testimonial__card
rule set into1rem
- Add the "quote" background image/svg in the
.testimonial__card--1
rule set
Above all, The design looks good. Keep it up! Hope this is helpful!
P.s. Compliment in using Grid system in this project. Cheers!
Marked as helpful0 - Instead of a
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