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


    • I tried using a bit of flex box, and it'll probably be something I want to learn more of to get comfortable with.
    • I think the one issue I ran into was wrapping the image with a <div> tag. When I needed to adjust the space around the image it kept getting smaller. But as I switched to the <img> tag I wasn't having that issue at all.
    • Another minor issue was trying not to set width on the parent element I think when I'm already using flexbox.

    -This is my first time posting so I hope I did alright. I'm more concerned about if there were certain stylings that I did that can be written in fewer lines of code.

  • Submitted


    • I tried using a bit of flex box, and it'll probably be something I want to learn more of to get comfortable with.
    • I think the one issue I ran into was wrapping the image with a <div> tag. When I needed to adjust the space around the image it kept getting smaller. But as I switched to the <img> tag I wasn't having that issue at all.
    • Another minor issue was trying not to set width on the parent element I think when I'm already using flexbox.

    -This is my first time posting so I hope I did alright. I'm more concerned about if there were certain stylings that I did that can be written in fewer lines of code.