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?

    • The hover effect for the social media links
    • The implementation of CSS classes to handle the color theme. This was a great opportunity to practice adding a dark mode for the page)
    • The accessible toggle button for the dark mode. I'm specially proud of this one because I built it using only documentation for the aria attributes and applying another concepts a previously learned.

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

    The transitions for the hover effect and the dark mode toggle button were a bit challenging. It was a little tricky to figure out the mistake I was making when setting the transition for the ::before pseudo-element of the links.

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

    I would really appreciate any feedback that could help me improve my use of semantic HTML, accessibility, and CSS best practices for making my styles more scalable.

    Thanks for reading, I hope you have a beautiful day/night 💜✹

  • Submitted


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

    I loved the style of this card. It was a fun challenge to code.

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

    I was trying to find a way to set the spacing for all the different elements using fewer lines of code. However, it seems that the distances between some of them are different and unrelated, so I had to set different margin-bottom values for multiple elements.

    Is there a better approach for this? Considering that using something like gap or margin-block wouldn't give the desired result since each distance is slightly different.

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

    I would really like to get feedback on my use of semantic HTML tags. I’d also appreciate any advice related to good CSS practices.

    Thank you so much for reading. I hope you have an amazing day/night 💜✹

  • Submitted


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

    Hello everyone. Hope you're doing well.

    After some time away from frontend development, I’ve started practicing again some of the concepts that I haven't used in a while. I'd really appreciate any feedback you can give me to improve my solution.

    Thanks for reading, I hope you have an amazing day 💜

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

    I encountered a problem with the image when I placed it inside a container, as it had a small space at the bottom. I solved it by setting the image’s display property to block.

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

    Best practices advice