
Design comparison
Solution retrospective
Im proud its my first challenge, next time i would do more DRY code.
What challenges did you encounter, and how did you overcome them?I wasn't able to have the border-radious on the box container div.
What specific areas of your project would you like help with?The border-radious around all 3 sections
Community feedback
- @beckycodePosted 6 days ago
Hi, excellent work! For the borders you can use
border-radius
variants in card-1 and card-3:border-top-left-radius: 10px; border-bottom-left-radius: 10px;
For the card-3 is the same, just change left for right
You can also use
align-items: flex-start
to position elements to the left (texts and images)Keep going!
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