Design comparison
SolutionDesign
Community feedback
- @oliveiringPosted over 3 years ago
how did you deal with the first section? it seems really hard to do it. Therefore I did try this good: #experiences{ grid-template-columns:repeat(2,1fr); display: grid; grid-template-areas: 'img img img img' 'img img img txt' ; .txt{ grid-area:txt; } .img{ grid-area:img; }
}
0
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