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

  • @Syedjawad7

    Submitted

    Iam beginner, Just made a Blog preview card. Love to have your suggestions for upcoming challenges. Upadted!!

    @NoriegaCoder

    Posted

    Hi, there is a fun game called Flexbox Froggy wich can be helpful on learning how to display your elements on a easier way. hope you learn this new skill.

    you could also use the recommended fonts by pasting this on your <head> section of your HTML <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap">

    Then just adding this on your CSS

    html{ 
        font-size: 16px;
        line-height: 1.5;
        font-family: 'Figtree';
    }
    

    Marked as helpful

    0