Design comparison
Solution retrospective
¿Qué te resultó difícil mientras construías el proyecto? al inicio como estructurar el HTML. ¿De qué áreas de tu código no estás seguro? los css ¿Tiene alguna pregunta sobre las mejores prácticas? si la comunidad pudiera ayudarme a realizar mejores prácticas, les agradecería.
Community feedback
- @Naveen-CBPosted 9 months ago
Hello @Yorhs-Malasquez your solution looks good and I have some suggestion to improve your code that will make your upcoming project more easy.
.bg-pattern-quotation { position: absolute; top: 2px; right: 48px; z-index: 0; height: 140px; }
Instead of using
position: absolute
, try using this:.bg-pattern-quotation { background-img: url('images/bg-pattern-quotation.svg'); background-position: top right 20%; background-repeat: no-repeat; }
Actually I too used position absolute, and then find out this would be more effective solution.
I hope this might be helpful to you, Happy learning. ❤️
Marked as helpful1@Yorhs-MalasquezPosted 9 months agoHola, @Naveen-CB!!!! Muchas gracias por el comentario. Lo pondré en practica.
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord