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?

    I'm proud of the way I was able to think outside the box for some of the things I coded.

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

    One challenge I encountered was figuring out how to add a border-radius to the main image for some reason the border-radius wasn't applying the correct way. Rather than applying styles to the image itself I put it in a div and made the image a background-image of the div so it can actually apply to the image properly.

  • Submitted


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

    I was proud of how quickly I was able to make the project and how I was able to use the images given to get measurements for the card and buttons. If I were to make this again I would try to make it with instead of the method I did just to learn a different method.

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

    One challenge I encountered was centering the text in the button divs. I tried a lot of things to center it and it just wasn't centering. Until I found out that I could use line height to center it.

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

    There's nothing I need help with but I would like to see or find out how it would be done if actual buttons were used rather than the method I used of in a .

  • Submitted


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

    I'm proud of how similar I made the website look compared to the design.

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

    The only challenge I encountered was centering the card to the middle of the site. I overcame it by looking at websites like stackoverflow and w3schools and using them to come to a solution. Which ultimately meant having to add a margin: auto to the card.