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?

    Making this work with different sizes. Making the list markers look good. Making the markup fit the disign.

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

    List markers were hard to work with. Making responsive design where font size and width of the component change separately from each other.

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

    I used a lot of nesting css selectors. Also I used some selectors together to avoid code duplication, but it makes the hierarchy more complex. I would like to know if code duplication is not that bad(with css variables usage ofcourse) if it makes the structure of code simpler.

  • Submitted


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

    I got to make things faster.

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

    Not much, just practicing what I already learned.

  • Submitted


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

    I managed to make this markup responsive without using media queries, I used variables and functions to achieve that. The markup stays the same without any visible change no matter how you change the screen size.

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

    Multiplication and division works strangely in calc() function, took some time to figure out that you should use only one type of units if you multiply or divide. Some formulas were big but variables helped.

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

    The one with variables and responsiveness. I still feel that there is a better way.

  • Submitted


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

    Even though this challenge was very simple, making it responsive and written with modern css was very interesting. Next time I would make it according to "mobile first" approach.

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

    Making it responsive was a little challenging since it was my first responsive markup but I learned a lot.