Design comparison
Solution retrospective
That took me longer than I expected. Never knew I would struggle this much while setting margins and padding. Suggest me some tutorials or blogs which can help me understand those things clearly. You can also give constructive criticism on my design.
Community feedback
- @ratan17Posted over 3 years ago
-
avoid using pixel values
-
and while using flex there's no need to everytime to enclose the flex-items in a div... when you set a div parent to display:flex the children inside it will be set to flex-items
-
margins, padding are part of BOX MODEL. so read about that on MDN's website and also read about 'box-sizing' css property
-
get used to getting frustrated while coding š
If you have more questions ,I'd be really glad to answer them
Marked as helpful1@sh4rdu1-gitPosted over 3 years ago@ratan17 Thanks! I'll keep the above points in mind :)
PS: As a Computer Engineer, I'm pretty used to getting frustrated over errors :P
0@ratan17Posted over 3 years ago@sh4rdu1-git ohh you have a computers background ! nice nice! I don't need to tell you about the frustration thing then š
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