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

  • Yonathan• 370

    @yonathan-palma

    Posted

    I don't have specific questions, it's my first page made with react and I would love to read your observations to put them into practice

    0
  • Yonathan• 370

    @yonathan-palma

    Posted

    An interesting and pleasant challenge to carry out, I think I did a good job with the scroll-snap in the sliders, however, constructive criticism that helps improve is always welcome, thanks in advance for your comments.

    0
  • Trey• 290

    @willetto

    Submitted

    I couldn't figure out how to make the accent border not warp with the border-radius. Any ideas?

    Yonathan• 370

    @yonathan-palma

    Posted

    What I can think of is that you control which corners of the border-radius so you can leave the top without rounding example border-radius: 0 0 0.5rem 0.5rem, I hope it helps you.

    0
  • Priya Garg• 200

    @Priya366

    Submitted

    Hello!! This challenge has some parts which were kind of new to me.

    I have tried for the first time mobile first approach and I kind of liked that because this approach increases my speed and also less code.

    I tried to make it look possibly similar to designs that were given. However, I was kind of get struck in those three testimonials part. I tried to move them down by using margin but it does not went well. Please drop a feedback about "How to move those violet bg-color columns down as shown in design". I will appreciate them. Thank You!

    Yonathan• 370

    @yonathan-palma

    Posted

    Greetings priya excellent work with your CSS code take some tips,

    The way to move the columns is to align each one individually with "align-self" or "justify-self" it works similarly to "align-content" or "justify-content" but it is applied directly to the items I invite you to investigate it.

    1