Design comparison
Solution retrospective
I recently learned about the max and min width properties and used them for the first time in this project. I had used clamp in my previous project as well. It's enjoyable to learn and apply new techniques
What challenges did you encounter, and how did you overcome them?I became more familiar with CSS Flexbox. I used pseudo-elements and also utilized the max and min width properties. It was good practice
What specific areas of your project would you like help with?I created the cards using flexbox. When I start to shrink the page, the left and right cards start to shrink, but the sizes of the middle cards do not change. Despite trying many things, I couldn't find a solution to this. I would really appreciate any help
Community feedback
- @marce7inaPosted 5 months ago
You should change the css of "team builder" and "karma" container. It's not responsive because of fixed width. While shirnking card__left and right (almost before changing media to mobile query) computer icon is too close to the text for instance you can try to fix it with margin. I think that rest of code is good i didnt noticed any problems and ofc you made a really good job. 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