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?

    If you put the script tag in the HTML header, the code won't find the element you're referring to, so DOM manipulations won't work. It took me a while to figure that out.

  • Submitted

    Blog Preview Card

    #tailwind-css
    • HTML
    • CSS

    0


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

    I finally learned how to initialize in a non-react environment tailwindcss!

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

    Setting up the project was initially challenging. I struggled to grasp how to organize my input.css and output.css files, as well as how to incorporate custom colors and properties in Tailwind CSS. However, after overcoming these hurdles, I now feel confident in my ability to work with it. I consider this experience a win!

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

    Any feedback is well received. How did you ensure that the margins of the text and the image in the article were aligned?

  • Submitted


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

    Project written in pure HTML and CSS. Now I'll use it as my LinkTree :) I wish to add some hover effects with transition and linear gradients.

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

    Setting the dimensions for the card was challenging. I encountered difficulties with responsive design, which led me to learn about media queries (although I didn't use them extensively). Defining the layout was also tricky; I utilized two flexbox containers with the flex-direction set to column

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

    On Safari it looks pretty weird, the fonts are not loading, the dimensions of the card look very different. How can I ensure browser compatibility? Any feedback is highly appreciated