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?

    using flex box to get all the elements to play nice together.

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

    I didn't like setting the text to black for most of the text. Then I realized that they would all inherit the color from the "container" class and I would just have to override one of the text colors

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

    How could I better structure my scss?

    What are some ways I could consolidate my flexbox definitions, could I have wrapped most of the elements in another tag and just used flexbox there?

    Any suggestions to improve my code/html/css?

  • Submitted


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

    Got more comfortable with short hand declarations.

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

    I had a hard time deciding how to code the links. At first i tried to do an anchor tag within a div, but then when clicking the div, nothing would happen. I ended up going with a div and a @click event to redirect the user to a redirect function.

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

    Are my css properties structured correctly?

    What overall improvements can I make?

  • Submitted


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

    Getting this solution with little effort

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

    Getting the image to stay within the container was a bit of a struggle for me. Learning that only max-height is needed for an image to adhere to its parents dimensions (given that the parent element also has a set height)

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

    Are there any properties that I should add to handle unexpected scenarios?