
Design comparison
Solution retrospective
I spent time with js more than I think and I think it's kinda fun
What challenges did you encounter, and how did you overcome them?a weblayout cuz I don't really have enough artist spirit in me so I dunno how to make it good or beutiful
What specific areas of your project would you like help with?1.Grid layout (row gap) why row gap is more than column gap when i use gap : 10px; the same 2.button boundary how to expand it freely not strict to the inner text
Community feedback
- @NatentadoPosted 2 months ago
One good tip i can give you is to have a css reset and normalization, so your elements dont have a default weird behavior. Like giving all element no padding or margin so you can control the way you want, and your styles would work.
Example: /* After your css variables declarations */
- (* means a style will be applyed for all of your elements) { box-sizing: border-box; padding: 0; margin: 0; }
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