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

  • P
    bonzoycv 10

    @bonzoycv

    Posted

    • CSS variables are used for colors, which is a good practice for maintainability.
    • The <h2> tag is used for the card title, but there's no <h1> on the page.Did you consider using <h1> for the main heading?
    • The .container div could be removed, and the flexbox properties applied directly to the <main> element.

    Great job, the code is very clear and easy to read, your code help me a lot to understand more how to approach this kind of problems specially with flexbox, Now I will go to fix mine. KUDOS!

    1