Design comparison
SolutionDesign
Solution retrospective
Hello Friends!,
I made this testimonials grid section project with the use of only GRID LAYOUT!. Go check out and give suggestion or feedback in the comment section.
Thank You :)
Community feedback
- @Razha90Posted about 2 years ago
- you create image in html tag you should put image in
.item1
withbackground-image: url('');
and set the location withbackground-position: ;
this way is more practical. - you add
display: flex;
in.profile-name
, but you forgot to setalign-items: center;
to make children focus on the center.
Happy Coding 😁
Marked as helpful0 - you create image in html tag you should put image in
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