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 comments

  • BegShoo 80

    @BegShoo

    Submitted

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

    I think I got the rough layout, sizing and sections mostly correct. It was a challenge without the figma file but just feeling out the site and double checking the colors got me most of the way there.

    Next time I think I'd pick my own recipe and do that. I might include some pictures of steps when making the food, or even of the ingredients. That would add another layer of complexity.

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

    I had trouble with the tables because I don't use it much, and also some issues with the counter and the text dipping underneath it.

    Initially I used divs in a grid and it turned out okay, the only issue then being that it wouldn't be semantically coded, and also it's possible with counters and ol and li elements, but it did take me a lot of research and checking other peoples solutions to figure them out.

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

    Checking the tables would be great, also checking the ol and the li and the absolutely positions counters before would be great. I think this is the correct solution that retains the semantic elements, but I'm also not entirely sure it's done right!

    @VandorpKe

    Posted

    I don't really see the use for counters yet. For example if you wanted the numbers in the instructions list (1. / ... / 6.) then 'ol' does that automatically. If you wanted to change the collour or something you better could've used the 'li:marker'. This would've targeted the marker that you wanted to change. Hope this helps! If not, ask away.

    1
  • @VandorpKe

    Posted

    Looks great! Almost the original.

    1
  • @DuckyMomo10

    Submitted

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

    I have a question. When I code with vscode and live server my images work but when I post to GitHub and use the GitHub's URL with the images it doesn't work. This is my first time using GitHub so can you fix it please

    @VandorpKe

    Posted

    I can't help u with your issue with the image. But I've learned that it's a better practice when you want to change values, like 'width' and 'height', to do this in CSS and not in the HTML.

    0