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

  • @davimartins017

    Posted

    the html and css are jumbled and confusing

    0
  • Olena 190

    @helenhapp

    Submitted

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

    In this challenge, I focused mostly on creating a responsive layout and didn't focus much on smaller details, so I didn't get it super close to the design and stopped when it looked just good enough. But I'm still proud of myself for completing it.

  • @ItsYasser

    Submitted

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

    didn't include fonts because its repetitive

    @davimartins017

    Posted

    The only difference from the original solution is the sources and spacing in the nutrition part, otherwise everything is fine

    And in relation to what you said about adding fonts being repetitive, you can use a :root to store fonts and colors, for example, which makes it simpler and less repetitive to add fonts in different parts of the code.

    I hope I helped, see you next time!

    Marked as helpful

    0
  • @davimartins017

    Posted

    the colors and size of the image are different and the quotation marks are missing, no further comments

    0
  • @davimartins017

    Posted

    perfect, you can use "line-height:;" to modify the height of the lines, in my opinion, it was the only difference from the original

    0
  • Chidinma 10

    @Chidiinma

    Submitted

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

    I encountered a lot of challenges. One of them being making the code responsive. I haven't still mastered this yet but I used "rem" instead of "px" and I also used percentages in the width of the divs and image. I also used a little bit of media queries. I found difficulty in centering my texts and images. For the texts, I used "text-align" (phew) and for the image, I majorly used "margin". I haven't still perfected the centering of items. All these I did with the CSS.

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

    I would like help with media queries and centering items. "justify-content" and "align-items" didn't seem to work even after I've used the "display:flex". Help!

    @davimartins017

    Posted

    you put a "display: flex;" in the body of the html, that's why your footer was next to the qrcode, not below. What might help is to divide it better, so you can work with each line separately and using id and class for that

    Marked as helpful

    0