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?

    The responsiveness

  • Submitted


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

    Font sticking out of the container

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

    Good way to size font

  • Submitted


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

    Website responsiveness

  • Submitted


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

    Im proud about the responsiveness.

  • Submitted


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

    I think i will use a different size unit next time since the sizes are off on mobile screens.

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

    Which size units should i use for good responsiveness?

  • Submitted


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

    Centering the whole thing. But with a flexbox it was pretty easy

    #body{
          height: 95vh;
          display: flex;
          justify-content: center;
          align-items: center;
    
        }