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

    @Veena-K-Venugopal

    Posted

    Great job on the portfolio page!

    Marked as helpful

    0
  • P

    @Veena-K-Venugopal

    Posted

    I couldn't see a desktop layout on the live site. Good job on the mobile layout. Keep it up!

    0
  • zxc-w 80

    @zxc-w

    Submitted

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

    I learned a lot from this challenge.

    Had different issues in CSS:

    • Adjusting the space between the list items and its markers.

      • This requires using the list styling list-style-type:none and using ::before pseudo selector to make the markers myself so I can manage them as I want and adjust the spacing as needed.
    • In the mobile design, the image is full width which I didn't notice at first and my styling needed some refactoring to make it work in both desktop and mobile views.

    • A weird behaviour of the body element's height isn't enough for the content inside it which causes overflow and layout issues although its height property was set to 100%. Changing the height to auto resolved this issue.

      • This causes no margin or any space around the body content which makes the content stick to the edges but I needed the content to breath a little. So, I used margin with a percentage value to the main element which is much better now.

    Overall, I'm happy with the result.

    Hope you are too!

    Edit: changed height: auto to min-height: 100vh on body element.

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

    If you have any suggestions or fixes, I would appreciate it.

    P

    @Veena-K-Venugopal

    Posted

    Good job on the solution! I also found setting height to auto helpful in correcting the vertical layout.

    1
  • P

    @Veena-K-Venugopal

    Posted

    The preview looks great. Good job!

    0
  • P

    @Veena-K-Venugopal

    Posted

    The preview is similar to the design. The inclusion of semantic HTML is also nice.

    0
  • P

    @Veena-K-Venugopal

    Posted

    The CSS code is well-structured and properly commented. It is greatly helpful in communicating the code and workflow with others. The width of the white rectangle is different than the design. I would have edited some starter code documents to make the solution more personalized. Congrats on finishing the challenge successfully!

    0