Pure HTML and CSS

Solution retrospective
How can i set the width of my cards correctly? Because i couldnt make them very responsive haha
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rfilenko
Hi Lucas, to make all flex-items same size define flex:1 shorthand property. Check this article for details - https://css-tricks.com/snippets/css/a-guide-to-flexbox/. But would rather change techniques - make .card-profile-container as css grid container and layout all elements inside the .card-profile box with flexbox😉
Have a good day, Roman
Join 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