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 challenges did you encounter, and how did you overcome them?

    Problem: Using both bg-image with bg-color using tailwindcss

    Solution: I have used bg-color class for background color. Inside same div, I also used bg-[url("/bg.svg")] for background image.

  • Submitted


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

    Used tailwindcss with custom config

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

    challenge: make a small height component take up the full screen

    Solution: I used flexbox and set the container height to 100vh with flex-col. Then, I assigned flex-1 to the card container so it takes up the remaining space, and placed the footer at the bottom.

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

    tailwindcss custom config: font-family, colors