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 solutions

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    2


    I am still struggling to understand when to use margin vs. padding. In this challenge I only used margin. I really dont know if this kind of coding would be "passing" in a real world setting as the CSS feels clunky to me. But it is functional!

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    1


    This code could certainly be cleaner. Is it best practice to be extremely (what feels like over the top) specific when writing in CSS ALL the class selectors? For example

    .container .card .main-paragraph { color: var(--stat-white); margin: 20px 50px 20px 50px; line-height: 1.7; align-items: center; }

    within in my code there is only one .main-paragraph so do i really need to precede it with .container .card?

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    1


    First time ever creating a project... Was certainly a slow learning process! Definitely learned A LOT through tons of trial and error.

    Looking back on my code I know it could be simplified semantically. I feel like my CSS file could be simpler. Let me know if you have any feedback!