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

  • @tlebel

    Posted

    • good work!
    • good idea to isolate styles in style.css

    Minor issues:

    • I noticed the mobile version sticks to the edges, you could technically just remove your (min-width: 576px) media query.
    • the card drop shadow is missing

    Otherwise, some possible micro optimizations:

    • semantic html could have been used (article, figure, header, section, etc.) for building the card
    • when loading the font you can spare bytes by loading only the 2 weight used in the page (500;700):
      https://fonts.googleapis.com/css2?family=Outfit:wght@500;700&display=swap
      
    0