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


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

    Thanks to the experience from the previous challenge, doing this was much easier.

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

    Fit image from normal view into 'smaller device' view.

    img {
          width: 279px;
          height: 200px;
          object-fit: cover;
          border-radius: 10px;
        }
    

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

    Code review.

  • Submitted


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

    This is my third attempt at the challenge. I hope it will be good this time.

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

    Centering elements in flexbox. Adding this elements helped

        html {height: 100%;}
        body {height: 100vh; marign: 0px;}
    

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

    Check if the solution is valid and conforms to best practices and standards.