Design comparison
SolutionDesign
Community feedback
- @rohitKumar38344Posted almost 3 years ago
- You can use gap property of flexbox on div having class of "left-div" instead of using margin-left on img
- Next you can use align-items property on left-div with value "center" because img icon seems to be stretched due to default behaviour of flex items.
- Remove the width of 30% on right-div because of it content is stretched
except of all of these everything is perfect. Good work :D
Marked as helpful1@LyleRemsPosted almost 3 years ago@rohitKumar38344 Thanks for the tips, Rohit. This helps me out. Cheers.
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