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

  • P

    @mussieh

    Submitted

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

    I am proud that I achieved the mobile responsiveness to the degree I wanted.

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

    I faced a challenge with the mobile view but was able to figure it out with googling.

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

    I would love any feedback on the correctness of my approach especially if I missed something.

    W3RKY 70

    @xAnDrOm3dAx

    Posted

    Looking good, I think you could use flex and align items to centre the picture-illustration class. This would centre the image in desktop view. Also, when the preview site loads, the image does not have a border radius.

    1
  • Wismal 190

    @Wismal

    Submitted

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

    Mostly how to address the changing JS. I tried with display: none, changing the background and more, but this led breaking the flow of the page. I remembered the clasic z-index and how it didn't corrupt the flow. After that, everything turned out easily

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

    Just remember the z-index and dont overcomplicate it. Remember the positions.

    W3RKY 70

    @xAnDrOm3dAx

    Posted

    Great work on the responsive layout 👍🏼 you could push the footer to the bottom in desktop mode using - align-items: flex-end;

    0