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

    Recipe Page

    • HTML
    • CSS

    0


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

    Not much that I am proud of, it was a very hard challenge and I struggled much more than my last one. This time around I didn't use a Figma file, so I had to eyeball font sizes, paddings and margins, but I don't mind the inconsistencies in this case.

    I wish that I had given a better solution to styling ol, ul and li.

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

    I struggled to style ol, ul and li.

    I think, visually speaking, that I did a good enough job with the numbered list, but the CSS solution was pretty messy and I think that I got there just by trial-and-error.

    The bulleted lists look okay, but they don't behave "properly" when the li content is longer than one line. I struggled to make the indentation right to the bullet to be equal on both the 1st and 2nd lines of text.

    I managed to fix that in the numbered list, but very sloppily.

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

    Like I mentioned above, a better solution to ol, ul and li styling.

  • Submitted


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

    I did this far quicker than the 1st challenge. It also seems like everything is alright, at least visually speaking, so it's a good solution. There's probably things to improve on code-wise but I'm happy with the result.

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

    None this time around.

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

    Any way in which I could shorten or streamline my code.

  • Submitted


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

    • I took longer than I expected because of very minor stuff. I need to re-read a few articles and chapters from some books in order to sharpen my profficiency with the basics.

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

    • Setting up {body} the right way as to not have any issues further down the line. I got stuck for quite a while with centering the page's elements vertically in the page. I just needed to make {body taller. Using height:100vh quickly fixed that. But it took me longer than it should've.

    • I'm not profficient at all in using the align and justify properties in tandem with the display properties (block, flex, etc.)

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

    I'd love to get tips on best practices and the basics that I've missed on this run.