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

  • Shayy 10

    @darkshayy

    Submitted

    What are you most proud of, and what would you do differently next time?

    None at this time

    What challenges did you encounter, and how did you overcome them?

    getting used to root variables

    What specific areas of your project would you like help with?

    None at this time

    @Periodication

    Posted

    • Looks like the font doesn't work on my computer. You should add some code that makes sure the font still works even if it isn't downloaded. Here the code if you want it:
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap" rel="stylesheet">
    
    • Your <h1> and <p> elements should have margin: 0px; so that the gaps aren't too big.
    • The font color on your <p> element is too light & hard to read, I think it should be hsl(216, 15%, 48%).

    All of that aside, you did a pretty good job! Good luck with future challenges!

    0