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

Submitted

Testimonials grid section - CSS GRID SECCION

@DavidRia868

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


¿Cómo poner la imagen de las comillas atras del texto?

Community feedback

@codepalacios

Posted

Hola, felicidades por terminar el desafío 👍, en cuanto a las comillas atrás del texto podrías en tu contenedor content-tex1utilizar las siguientes reglas CSS:

Establecer las comillas como imagen de fondo: background-image: url("/ruta/imagen.svg");

Evitar que la imagen se repita: background-repeat: no-repeat;

Posicionar la imagen: background-position: top right 24px;

Establercer un tamaño a la imagen de fondo: background-size: 104px 102px;

Inténtalo y recuerda ajustar las medidas según necesites, suerte 😃.

Marked as helpful

0

@DavidRia868

Posted

@codepalacios Gracias amigo, acabe de actualizar la oslución, me olvidaba de bacground image, pero lo recorde y ya la hice. background-position: top right 24px; me parece buena, puesto que utilice la posicion en el eje x y los pixeles para moverla

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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