Design comparison
SolutionDesign
Community feedback
- @reza-sjdnPosted over 1 year ago
Hi @DezzaAnnePeregrina, Good Job! Overall your solution is great but I have some small fixes to make your solution more responsive.
In CSS file:
- In selector
.card
, setmax-width: 900px;
. - In selector
.card__item
, instead ofwidth: 19rem;
typeflex: 1;
. - In
@media
, set the break-point atmax-width: 687px
. - and finally in
@media
in selector.card
, set themargin: 2rem;
3.5rem is much. besides, if you setborder-radius: 10px;
, it would be more beautiful!
I hope It will help you. GOOD LUCK : )
Marked as helpful0 - In selector
- @Lo-DeckPosted over 1 year ago
Hi, well done for this challenge.
In the section tag, it's better to not repeat <h1> tag. Here a link : Mozilla mdn.
And you can change the
<border>
tag by<outline>
to cancel the grow-up effect when put your cursor on the button..one .card__link:hover { background-color: var(--clr-bright-orange); outline: 1px solid var(--clr-very-light-gray); color: var(--clr-transparent-white); }
Hope to be 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