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?

    I think I started to get better at using Tailwind CSS

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

    The challenges I encountered are:

    1. Styling list items using Tailwind CSS. I overcame this challenge by googling and following Tailwind's docs.
    2. Styling tables. I thought that there is specific CSS for styling tables, but I discovered that I can style them the same as styling any other HTML elements.

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

    I am always open to feedback on how to improve my Tailwind CSS.

  • Submitted


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

    I enjoyed personalizing the color palette of this project.

    Below links helped me pick out the colors for this project:

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

    The one main challenge I faced is to determine how to use different shades (opacity) for the same color. I solved this problem by following: Tailwind CSS docs - changing text color opacity

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

    Is there a way to configure color shades in Tailwind config file (tailwind.config.js) or in Tailwind main CSS file?

  • Submitted


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

    Learning more about Tailwind CSS, and learning how the box shadow property works!

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

    • Adding custom local fonts. I overcame this challenge by googling and following Tailwind CSS documentation.

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

    It was mentioned not to use media queries in the challenge, however I used media queries to match the design. I searched on how to create responsive text without the use of media query and stumbled upon the clamp() function and the (vw, vh, vmax, and vmin) CSS units. I did not know how to exactly apply them to the design. It would be great to know how to achieve responsive text without using media queries!

  • 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?