Yonathan
@yonathan-palmaAll comments
- @yonathan-palmaSubmitted over 1 year ago@yonathan-palmaPosted over 1 year ago
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-palmaSubmitted about 2 years ago@yonathan-palmaPosted about 2 years ago
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 - @willettoSubmitted over 2 years ago
I couldn't figure out how to make the accent border not warp with the
border-radius
. Any ideas?@yonathan-palmaPosted over 2 years agoWhat 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 - @Priya366Submitted over 2 years ago
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-palmaPosted over 2 years agoGreetings 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