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 solutions

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    1


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

    This is my first take on responsive design. And any feedback regarding the responsive design that I can improve or I did any mistakes will greatly help me. Thank you.

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    1


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

    I build the blog preview card as mentioned in the challenge, but I am lacking on the responsiveness of the website. I have to work on it.

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    2


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

    I was really proud when I added all the font-size, padding, margin and dimensions of the div and it was near perfect to what was the final preview provided in this challenge.

    I want this near perfect to be exact same next time on.

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

    I only faced one challenge and that was to align the div container in the center of the page.

    I tried position absolute and left 50% and top 50% it didn't worked as expected and I did some more trial and error, but at last I used display flex to align the div at the center of the page.

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

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

    Thanks for asking. But I managed to complete this challenge by myself.