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?

    I'm proud that it all works as supposed and it closely matches the designs. Next time I will try to think it through more before starting to write the code. This time I just tried to make it work without having much of a plan how to make it work.

  • Submitted


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

    I have used CSS grid this time instead of flexbox like I usually do.

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

    I had to find out how to apply CSS grid.

  • Submitted


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

    I used a mobile first approach.

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

    No significant challenges.

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

    No specific areas I need help with.

  • Submitted

    Recipe Page

    • HTML
    • CSS

    2


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

    • to work with tables in HTML and CSS.
    • to use media queries to make the website responsive to different screen sizes.
    • to style the marker-element of list-items.

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

    I had some difficulties to target the second column of the table, but I figured out that I could use td:nth-child(2) and with that I was able to set the color and the font-weight of the data in the second column. I also had an issue with setting the image padding for the bigger screen sizes, because it had width 100% applied to it, it sticked out so I had to take of the extra padding with width: calc(100% - 40px); this worked perfectly.

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

    Any tips or improvements are welcome.

  • Submitted


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

    I got the font-sizes to match very closely using rem sizing units. I am happy with the end result.

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

    No significant challenges.

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

    I don't need help on anything specific.

  • Submitted


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

    I'm happy that I finished this challenge as quickly as I did. Also happy that I learned to use CSS variables.

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

    I had to look up how to vertically align an element. I found a solution that uses flexbox and implemented that approach.