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?

    Doing it faster compared to the previous challenges

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

    The unorder list and ordered list bullet design is different compared to the one that is built in the CSS style, I used a custom one that matches the design given by using the ::before element and adding a custom text

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

    same as the previous challenges is there any part of my code that can be done easier or to make coding more faster

  • Submitted


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

    Making it responsive, I'd probably change the hover state more to make it more pleasing to look at.

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

    making it responsive for mobile devices, I overcome it by learning about media queries

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

    Code formatting, if I did make it readable I added semantics elements to the HTML file

  • Submitted


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

    did not seek for any help on this one, just used all the knowledge I have to finish this challenge :))

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

    The font sizing and weight, on the given design it looked more thick and I can't seem to make it thicker so I just utilize text shadow to give it a more thicker look.

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

    font sizing, on the style guide it said 15px but when I inputted it on the file it does not look the same compared to the screenshot provided

  • Submitted


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

    Really happy that I am finally getting used to using flexbox, was really struggling with it for a while

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

    centering the box was a real problem for me but after learning about min-height: 100vh; it got easier

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

    the way I coded it, is it readable