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

  • @venkatareddypalle-SD

    Submitted

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

    I am aspiring to become a front-end developer. Even though I haven't achieved much yet, I have taken a step forward in this journey, and I believe that's something to be proud of.

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

    For now, I request community support to help me overcome the following issues:

    1. I'd like to learn why I can't center a div vertically using Flexbox.
    2. Why aren't my CSS and images being published?

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

    I request community support to help me overcome the following issues:

    1. I'd like to learn why I can't center a div vertically using Flexbox.
    2. Why aren't my CSS and images being published?

    @HeewonSeo1

    Posted

    Hey! I hope this feedback is helpful.

    1. As for your css not loading, it seems like when you hosted the site, your css file wasn't linked properly or you forgot to include it. Maybe check the files you uploaded when you were hosting? The css seems to load fine on my side.

    2. If you want to vertically and horizontally align the card to the center of your page you could make the body tag a flex or grid element and use place-content: center, or justify-content/align-items.

    This is a pretty good flexbox video: https://www.youtube.com/watch?v=phWxA89Dy94

    0