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

    1


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

    I am really proud to myself the I am able to finish this challenge and overcomes the challenges

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

    The challenges that I encounter was to change the list element color and give them a spacing, I tried to modify it on my own until but I'm not able to get the design that I want. I overcome this challenge by searching in the google on how I can apply the design that like the sample image.

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

    I am really glad if someone able to lent me there knowledge on how I am able to split the Nutrition other than by making it inline-block.

  • Submitted


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

    I proud of how fast I am able to finish this challenger after the first 2 challenges I get hang of it.

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

    For this challenge nothing so far.

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

    In this project I use anchor element where I can also use a button.

    I just wandering what is the best practices use button element and the anchor element as a button? In the real world challenge what how we should use the anchor element and Button element?

  • Submitted


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

    I proud of that I am able to finish this challenge.

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

    The most challenging part on me is that centering the Learning on the left side without spilling the background color on the either div. I overcome this by assign a width, height and adding padding.

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

    I would like to know if there is a certain technique that I am able to do Learning text to adjust it automatically on the center. I am thinking of div and assigning width and height but I might also use padding.

  • Submitted


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

    I most proud of that I am able to do the first challenge.

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

    The most challenging that I encounter on this challenge was to center the QR design. I overcome this by searching on how I can make that kind of design I have tried the margin auto and change to position:absolute, I get the exact design using on web but when I tried it on the mobile I don't it was not on the center, lucky I saw a post about using the transform: translate that is how I am able to get the exact design.

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

    I would like to know if ever there is another way to center it, I use this codes to achieve my design

    position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);