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?

    This is the first project I've coded since I started learning html and css so it was challenging. I'm proud of styling the lists according to the design. Though the stylesheet is messy and i forgot to remove unnecessary classes in the html document. I'll try and keep the stylesheet clean and readable next time.

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

    Styling lists was the trickiest for me. I spent about 3 hours just to find a solution to style ordered lists' numerals. I used flex property to style them then I encountered the it creates 3 flex columns instead of 2 (I had used strong tags in the lists so the numerals, the list content, and the text inside strong tags) because I didn't surround the li tags with div which took me some time to figure that out. Kinda similar to this snippet:

    
      Step 1: step 1
      Step 2step 1
    
    

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

    Stylesheet needs some work. Though I look forward to feedback on all areas since this is my first html and css project.