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

    2


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

    I'm proud that I'm getting more comfortable and better with using HTML and CSS.

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

    A challenge that I encounter while working on this project is creating the table that is in the Nutritional Facts section of the recipe page. I overcame this challenge by doing tons of research until I found out about the :last-of-type pseudo-class from mdn web docs.

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

    I can't think of any specific areas of this project that I would like help with.

  • Submitted


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

    I'm proud that I was able to complete this project, even though I didn't have access to the the Figma files (because I'm not a pro member šŸ˜­).

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

    Because I didn't have access to the Figma files šŸ˜­, I had to rely on other applications and tools such as Affinity Designer, and the inspect tool in Mozilla Firefox. With Affinity Designer, I used the measure tool to estimate the width of the containers and the spacing around the containers. And the inspect tool within Firefox, allowed me to refine the properties to make it as close to the original design as possible.

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

    I don't have any specific areas within the project that I need help with. However, I need to get a better grasp of utilizing the inspect tool within the web browsers, and explore the many capabilities that this tool can offer for Front-End Developers.

  • Submitted


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

    One thing that I most proud of when working on this challenge, was the introduction of the global variable function. This function allowed me to code faster in my stylesheet because I was able to refer to the variables that I set for certain properties such as font-size, line-height, and many more.

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

    One challenge that I encounter was trying to center the attribution under the card in the mobile version. I overcame this by using the inspect tool in my browser to center the attribution, and once I got it center, I was able to input those properties into my stylesheet.

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

    One specific area of the project that I would like help with is a faster way to center and lower the attribution under the card, so that I don't have to mess with the properties too much in inspect tool.

  • Submitted


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

    One thing that I was proud of during this project was my persistence. There was times in which I was stuck on how to style the webpage, but I took a step back for a day or two, and watch tutorial videos in the meantime. And when I came back to coding the webpage, I knew exactly what was missing in the code.

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

    One particular challenge that I encounter was centering the QR code in the middle of the page. I overcame this challenge by watching one of Kevin Powell's Youtube video in which he talked about the different position properties, and he gave examples of each one.

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

    Specific areas in my project that I would like help with is understand the difference between "::root {}" and "*{}" selectors in CSS and what properties to put in those selectors.