Design comparison
SolutionDesign
Solution retrospective
I find it a little hard in setting the width and height
Community feedback
- @anuraggcoderPosted over 1 year ago
In general, you should avoid setting up height of an element (except in a few cases). I have solved this challenge without declaring explicit height using Grid/Flex Box technique. Try to solve it by using this. However, you can declare the width explicitly.
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