“Creating fancy letterheaded paper” - assessment

Hola, solicito evaluación para el ejercicio Creating fancy letterheaded paper .

Dejo enlace para su valoración:

Gracias por su tiempo y comentarios!

Congratulations, @Juan_Carlos_Alvarez_Fernandez!

Small correction: For the gradient to be on top of the images (as by task description), it needs to be the first background.

Alternative: When using multiple backgrounds it may be a bit cleaner to use the background shorthand property. With this property all the values for one background are grouped together and you would separate multiple backgrounds with commas:

background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2)),
            url(top-image.png) no-repeat left top,
            url(bottom-image.png) no-repeat left bottom;

See you,
Michael

Muchas gracias por tus comentarios, los tendré en cuenta!

1 Like