
Design comparison
SolutionDesign
Community feedback
- @viethoang2307Posted about 2 months ago
The *, *::before, *::after rule is a good practice for resetting margins and paddings. However, consider adding box-sizing: inherit; to your html selector and box-sizing: border-box; to * to ensure predictable sizing.
The class names like box1, box2, etc., could be more descriptive to reflect their purpose (e.g., .feature-box, .pricing-box).
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