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

  • @mathematiCode

    Submitted

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

    I'm proud of quickly I was able to do this challenge compared to my other ones. It helped to go back and do this (one of the easier ones) before continuing the harder challenges I had started like the FAQ accordion.

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

    I couldn't figure out a great way to center the card on the verical axis. I ended up using margin-top: 5%; but I imagine there's another way to do this with flexbox. I tried this:

    body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    } 
    

    but the card was still sticking to the top for some reason.

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

    I would love to know if there's a better way to have the card centered vertically than using margin-top.

    I also would like feedback on accessibility ways to make my CSS more efficient. One thing I was wondering was what to write for alt text for the authors profile picture. Would people using screen readers like me to describe the person in the profile picture or would that just be a nuisance? Is there a way to provide more information, like a description of the author, where people using screen readers can access it if they choose to but it's not in the way?

    P
    Sruthi 20

    @sruthiganjam

    Posted

    Add justify-content: center to the style. It aligns the blog card to the center

    0
  • @chefoce

    Submitted

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

    I think its very similar

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

    Its difficult to calculate the exact margins

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

    I think its finished

    P
    Sruthi 20

    @sruthiganjam

    Posted

    Applying line-height will fix the minute differences

    0
  • @gayathri-v1

    Submitted

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

    Basics of CSS, like selectors, colors, margin, padding.

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

    I was able to put rounded corners for the QR image, but when I was giving padding value, the rounded corners disappeared, then I understood I should give margin. It was interesting to understand Margins and padding.

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

    While I was trying the media queries for mobile and desktop setting. Some how while shrinking the web page, the contents in tag got spill out of the white box. So I'm still yet to learn more about the media queries by keeping the contents intact.

    P
    Sruthi 20

    @sruthiganjam

    Posted

    Seems like you need to change css syntax here

    font-size:15px;

    0