Design comparison
Solution retrospective
I'm Just open to any feedback and would appreciate it very much as this is my first ever "responsive" design.
Community feedback
- @joaojgabrielPosted over 2 years ago
You did great already! That's the 80% done perfectly, and you can totally leave it at that and go on to the next. If you want to tweak in the details, though, you can consider making the HTML more semantic and, perhaps more fun, you could try to make the text in the right also be a Flexbox with
flex-direction: column
, then it might introduce some bugs to solve and push you to mess withflex-grow
to control the sizing of each individual part. It could also be a Grid, although that would make less sense but provide some practice nonetheless. But again, it's already really good and you'll probably learn more from going to a next challenge.Marked as helpful0@simokitkatPosted over 2 years ago@joaojgabriel Thank you very much! I will definitely take on the next one. and thanks for the idea of flexing the text vertically.
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