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


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

    Using the :root method in my CSS stylesheet was very useful. It was suggested to me by another developer in the mentor community and it really helped keep track of the main colors and fonts I needed to use for the project.

    :root{
        --clr-Yellow: #f4d04e;
        --clr-White: #ffffff;
        --clr-Grey: #808080;
        --clr-Black: #121212;
    
        --ff-main: "Figtree", sans-serif;
        --fs-main: 16px;
        --fw-600: 600;
        --fw-800: 800;
    }
    

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

    The whole process was pretty easy and intuitive so I didn't come across any problems

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

    I can't think of anything I need help with at this moment in time.