Submitted over 1 year ago
Mobile-first-solution-using-CSS-Grid-and-Flexbox
@adenirannoah1234
Design comparison
SolutionDesign
Solution retrospective
Any advice will do a lot
Community feedback
- @BurimPPosted over 1 year ago
Hi!
//use "*" to select all elements
- {
margin: 0; padding: 0; box-sizing: border-box; //helps with calculating total width and height of an element. }
Use more descriptive class/id names, in a bigger project it helps to navigate your code more easily. The div "code-one" is unnecessary in this case, you could have used body instead.
Marked as helpful0 - {
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