Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @hirohiro2255

    Submitted

    Hi all! Tried solving this challenge as little usage of "margin" as possible. Replaced some "margins" with (flex)gap. All feedbacks are appreciated. Cheers!

    @ramazanima

    Posted

    Your solution is great, and I liked the idea of using sanitize.css. Some suggestions I would give are:

    1. In your CSS file, you set the margins individually (margin-left, margin-right). I think it would be better to use the shorthand syntax and provide documentation. The same way goes for padding.
    2. Always set the box-sizing property to border-box to lay out your elements. This makes dealing with the sizes of elements easier.
    0