IvanRL-11
@IvanRL-11All comments
- @Mirouf18@IvanRL-11
Great job, the only thing I could comment is that perhaps it would be better to define a width to the contenders with the testimonial class, that could help so that in big screens they are not deformed and the design remains more uniform. Keep up the good work, congratulations!
- @KobeW-1952857@IvanRL-11
Awesome job overall, I can only recommend adjusting the font size for small screen sizes, so the experience can be better. Keep it up!
- @220100dungvan@IvanRL-11
Buen trabajo, el resultado se ve muy parecido al diseño, sigue esforzándote como hasta ahora!
- @KonamtiWhat are you most proud of, and what would you do differently next time?
That I was able to do this by myself... This kind of template, I never thought I would be able to do this myself but I kept pushing it was really fun.
What challenges did you encounter, and how did you overcome them?I had a little difficulty with the table and the ul li ::marker pseudo element which I seem to have never used before. I also had a little difficulty with the last td of my table, where I had to use tr:last-child td { border-bottom: none; }. But I was an interesting discovery for me.
What specific areas of your project would you like help with?I would really love to know how to determine the exact height and width of images within the parent.
@IvanRL-11looks very similar to the design, keep it up, congratulations!
Marked as helpful - P@Axayn@IvanRL-11
Great job solving the exercise! It looks a lot like the design!
- @Congroooooo@IvanRL-11
Great job, keep it up!
- @JeanMltWhat are you most proud of, and what would you do differently next time?
didn't add the subtle shapes in the background learned how to implement new fonts from google's api. I started by implementing a flexbox to try to adjust the placement of the elements inside but I think it was much more simple like this.
What challenges did you encounter, and how did you overcome them?filename conflicts (worked on my machine but... classic I guess)
@IvanRL-11¡Felicidades, resolviste el ejercicio muy bien! Una pequeña recomendación: podrías simplificar un poco tu código. Por ejemplo, en lugar de usar padding-left y padding-right, podrías emplear la sintaxis corta padding: 0 25px;, ya que el primer valor se aplica a top y bottom, y el segundo a right y left. ¡Sigue así!