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

  • P
    AJulietteβ€’ 20

    @AJuliette

    Posted

    To get the correct colors, you should add inside theme in your tailwind.config.js (using the infos in the style-guide.md given):

       colors: {
          'yellow': "hsl(47, 88%, 63%)",
          'white': "hsl(0, 0%, 100%)",
          'gray': {
            500: "hsl(0, 0%, 42%)",
            950: "hsl(0, 0%, 7%)",
          },
        },
    
    1
  • Walid Hawariβ€’ 100

    @whawari

    Submitted

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

    I am proud that I have finally started learning Tailwind CSS!

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

    • Tailwind CSS configuration for custom google fonts. I was able to overcome this challenge by googling, asking Copilot, and following Tailwind CSS documentation.

    • Tailwind CSS classes. I did overcome this challenge by using the Tailwind CSS Cheat Sheet. Amazing cheat sheet to quickly find Tailwind CSS classes!

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

    Currently I would like to know if I configured Tailwind CSS correctly. Especially when using google fonts. Is there any better way to include google font as the default font for the whole project?

    P
    AJulietteβ€’ 20

    @AJuliette

    Posted

    Congratulations on your design ! I'm also new to Tailwind so I can't help you with the fonts.

    0