Latest solutions
Huddle landing page with curved sections (React JS | Tailwind CSS)
#react#tailwind-cssSubmitted 6 months agoI developed the project to practice Tailwind CSS, so any feedback would be greatly appreciated.
Coding bootcamp testimonials slider (React JS)
#reactSubmitted 9 months agoI would appreciate recommendations regarding the organization of project files and folders.
Advice generator app
Submitted about 1 year agoAny improvements to the JavaScript code would be greatly appreciated.
Tip calculator app
Submitted about 1 year agoAny comments for improvement in the JavaScript section are greatly appreciated.
Latest comments
- @DavidRia868@codepalacios
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