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?

    The biggest challenge was to add styles to the list's marker and putting some space between the text and the marker. To solve this problem, I added the necessary styles to "li::marker", added padding-left to my "...-list-item".

  • Submitted


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

    I finally used variables and mixins on this project to decrease the amount of lines of code.

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

    Making a tag to act as a link surprisingly took me some time. In the end, to make it work, I had to put tag inside of an tag, and not the other way around.

  • Submitted


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

    I really like using SASS on my projects, and I want to use @mixin more often next time to clear the code even more.

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

    Probably figuring out how to disable hover effect on mobile device. In the end I just used a media query with 'display: none;' on hover.