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

  • GSigua_ 60

    @GPDSigua

    Submitted

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

    First, Im proud that i pull this off, to be honest it may seem easy to others but its kinda confusing to me at first since Im a beginner and some code syntax is not familiar to me. The next time that Ill do maybe the approach towards this project.

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

    The challenge that I've encounter is the image and the card or container of the product where its kinda confusing in figuring the correct margin, paddings or approach towards the two. Ive overcome it by searching through the net about the solution towards this.

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

    Can you guys suggest how other approach that i could do to this kind of project cause maybe next time i would encounter it again.

    @jovic-djordje

    Posted

    Everything looks good, I was curious about responsive, but everything scales perfect. Just one little suggestion, try to put alt text it's good practice. Overall great work!

    0
  • @Iridelis40

    Submitted

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

    I would try a different way to implement the Nutrition part instead of using Flexbox

  • @jovic-djordje

    Posted

    Looks good. Just one little suggestion, use tags in html.

    1
  • @jovic-djordje

    Posted

    Good job 👍

    0
  • @Ronald116

    Submitted

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

    I'm particularly proud of how the project maintains a consistent and aesthetically pleasing layout across different devices and screen sizes. Using Flexbox and relative units ensured that the design adapts well, providing a good user experience on both desktop and mobile devices.

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

    Margins use of flexbox

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

    Responsive design

    @jovic-djordje

    Posted

    Hi Ronald, Here are some adjustments that you can add to make this card even better. I hope you will find this helpful 😊: body { display: grid; place-items: center; margin: 50px; font-family: "outfit", sans-serif; background-color: hsl(212, 45%, 89%); }

    -From class .container just remove height of 550px. -To class .image add margin-bottom of 50px. -Class .container img just add width od 100% and border-radius of 15px, and you can remove everything else. -For heading class you just need font-weight:700, text-align:center; and font-size:20px. -And message class you don't need width of 300px.

    0