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


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

    Any feedback is welcomed :)

  • Submitted


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

    1. Using JavaScript to make data change when the user clicks on: Daily, Weekly, and Monthly and make it dynamic, so if the data changed, it would work correctly.
    2. Implementing the required layout using grid.
    3. Be able to position the colored cards to look like they are behind the main cards.

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

    I had some difficulty positioning the background image of the colored cards. I ended up positioning each one alone.

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

    Any feedback is welcomed :)

  • Submitted


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

    Using JS to validate the form and apply style for errors

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

    Any feedback is appreciated :)

  • Submitted


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

    Using animations for the appearing and disappearing of the icons.

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

    I had a problem positioning the div of the icons in the mobile view.

    I used the dev tool to know the suitable numbers for the top and left margins, but I think there should be a more convenient way to do it.

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

    The positioning of the icons' dev and any feedback is welcomed :)

  • Submitted


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

    Proud that using grid to implement the layout was easy, finally :D

    Also, proud I could use relative and absolute positions to put the quotation image, as I always afraid of using them 😅

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

    I tried to use subgrid to align all cards' content, but it was a nightmare 🤦🏻‍♀️, so I just used some padding and margin to align them.

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

    Any feedback is welcomed :)

  • Submitted


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

    Using grid to achieve the required layout. Maybe I'll try doing it with flex box in the next time.

  • Submitted


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

    1. I think I'll try using an empty div with a background image to change the image from the desktop one to the mobile one instead of using two `` tags with display: none;.

    2. I also may try mobile-first workflow.

  • Submitted

    Recipe Page

    • HTML
    • CSS

    1


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

    1. Using new selectors like tr:not(:last-child)
    2. Using rem for padding and margin
    3. Using media query for the mobile size

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

    For the mobile size, I wanted to let the image take the whole width of the screen while keeping other content of the main container with padding.

    I used padding for the whole container then negative margin for the image.

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

    I don't know why the font of the list markers is different from the list font. I tried to apply the font again to the marker itself, but still different!

  • Submitted


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

    tried using rem for padding and margin instead of px, and I am satisfied with the result :)

  • Submitted


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

    The most proud of is that I can now center a div easily :D

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

    Centering the text "Learning" inside the paragraph.

    I used vertical align and line-height properties.

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

    I don't know if I should take the width and height of images and divs from the figma file or should I make them relative to their parents?