Four Card Feature Section

Solution retrospective
Can someone review and give their thoughts on this project? Would it have been better to use CSS Grid instead of Flexbox? I also had problem when I changed the body text-size up to 15px it would expand the boxes and through everything off. How could I correct this without having the boxes scrunch back together and become offset?
#coding-newbie
Thanks in advance :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @argelomnes
Hey Florence,
I'm getting a 404 when I clicked the preview ang view code buttons. Your repo is set to private perhaps?
Can't answer the text-size issue and the last question if I can't preview your work. But for the first one, I'd reach for Grids for this layout. I also prefer not having
team builder
andkarma
grouped into a container. This makes it more flexible for me to reposition these cards. This is also achievable with flexbox. But Grids feels less work.Marked as helpful - @flo1244
Thank so much for the feedback.
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