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

  • Tksmith 210

    @Tksmith-guru

    Submitted

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

    I'm just glad that I'm getting use to using grid better

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

    I had trouble making it responsive using grid but through research I figured it out

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

    Nothing much

    lstrbvry 100

    @lstrbvry

    Posted

    good job

    1
  • lstrbvry 100

    @lstrbvry

    Posted

    Well done!

    Marked as helpful

    1
  • al-dell 190

    @al-dell

    Submitted

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

    I am most proud of learning more codes for responsiveness.

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

    One of the challenges I encountered was making the image fit the card. I managed it by adding the display: flex property to the .product-card selector and set its width to 300px. I faced another difficulty of removing the extra space at the bottom of the card. To solve it, I added the display: block property to the .card-img selector.

    .product-card {
      max-width: 600px;
      background: hsl(0, 0%, 100%);
      border-radius: 10px;
      display: flex;
      flex-direction: row;
    }
    
    .product-card .card-img {
      width: 300px;
      border-radius: 10px 0 0 10px;
      display: block;
    }
    
    .product-card .product-card_content {
      padding: 26px;
      flex: 1;
    }
    

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

    Feedback is appreciated.

    lstrbvry 100

    @lstrbvry

    Posted

    Looks perfect

    0
  • @sousalle

    Submitted

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

    It's a good project, I liked having done it in a simpler way and bringing the result closer to the model.

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

    I was unable to implement the media query for the tablet, only for the cell phone, it was always disproportionate to one of the screens, in this case one resolution dominated the other, if anyone knows how to solve this, I would be grateful :)

    lstrbvry 100

    @lstrbvry

    Posted

    nice

    0
  • P

    @stefan-holmgren

    Submitted

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

    Simple project, but a good one to get the basics in there

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

    Not many challenges here.

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

    Semantics

    lstrbvry 100

    @lstrbvry

    Posted

    Nice

    0
  • @mmaxsilva

    Submitted

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

    Orgulho de ter terminado o desafio, na proxima tentar fazer mais rapido.

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

    Maior desafio foi adicionar a fonte do google mas depois de uma pesquisa rápida consegui adicionar.

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

    Gostaria de um feedback sobre como conseguir fazer um código mais limpo.

    lstrbvry 100

    @lstrbvry

    Posted

    👍

    0