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 comments

  • P
    biwwabong 120

    @biwwabong

    Submitted

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

    I have to be honest, I made the first rendition, and although the layout was spot on I did have issues with the list-style-type and the responsive layout. Mainly due to me not setting out the structure of the list correctly, I also had a brainfart and used strong instead of span in the lists. So I went on YouTube and followed a tutorial by KimDoesCode on this challenge. I found by following his tutorial on this project I learned so much valuable CSS that I did not know before that should make using CSS so much easier in the future So although I feel like I didn't fully complete the challenge, I do feel like I learned so much more trying it on my own first then watching someone do it than just doing it on my own.

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

    Styling and laying out lists correctly to work with flexbox

    @pedropoliszuk

    Posted

    the font-weight and font-family of titles are not matching, but you did a good job in the rest.

    0
  • P

    @JamesLaviron

    Submitted

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

    I'm proud of what I did. ne time I wouldn't stick with vue, but I wanted to try it.

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

    I had issues loading css files through vue.

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

    I'd like help to clean my project and avoid useless code - apart from vue stuff that is obviously useless ;)

    @pedropoliszuk

    Posted

    Congratulations on completing this challenge, the design is perfect.

    1
  • @pedropoliszuk

    Posted

    Congratulations on completing this challenge. The card is a little bigger than the design, but it's a very faithful design. good job.

    0
  • Daniel 40

    @Camperbug

    Submitted

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

    Happy I finished my first project.

    I am proud to have finished it.

    I would use a main tag and use more descriptive alt tags through out the project.

    I would also use a CSS reset.

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

    Centring the whole image was a challenge but Youtube showed me how to do it.

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

    Centring DIVs.

    @pedropoliszuk

    Posted

    You can use 'display: flex' in a div, and 'align-items: center' and 'justify-content: center' to center in an easier way. You can also put a max-width so that the card is not bigger than it should be.

    Marked as helpful

    0