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

  • @Harsha0419

    Submitted

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

    Im Capable of Styling css

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

    responsive design of card

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

    stylising

    @alexpeteronoja

    Posted

    Nice work and I love how you properlly arrange it. also when you are inserting the link for external css, it should be after the google font link this is to ensure that you can manully adjust the font when you want to because browsers read code from top to bottom.

    0
  • @alexpeteronoja

    Posted

    Nice work. You can easily center a div or the body by using this code.

    justify-content: center; align-items: center; height: 100vh; margin: auto;

    0