Design comparison
Solution retrospective
Being able to create a layout in CSS Grid that challenges me to create different size cards.
What challenges did you encounter, and how did you overcome them?Adding the author's image next to their name and verified tag took some time to play around to get it right. I just added an div called author-info-box which is a grid with the columns set to min-content auto and a gap of 2rem. This contains the image next to another div called author-info that has the properties of justify-self: flex-start, line-height: 0.4, text-align center
the big quote mark also took some playing around. I wrapped it into a div called .quote-bg that has the properties of position: relative, margin-right: auto
Then also did .quote-bg > svg where I set position to absolute, top: -5rem, right: 6rem and z-index: -1
Community feedback
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