Hi, Chrismills, I had just finished the “Creating fancy letterheaded paper” assessment. Could you please give me some feedback? Here is the css code
/* Your CSS below here */
article {
background: url('top-image.png') no-repeat;
background: url('top-image.png') top center no-repeat,
url('bottom-image.png') bottom center no-repeat,
linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0), rgba(0,0,0,0.1));
background-color: white;
border-width: 1mm 0;
border-style: solid;
border-color: red;
}
h1 {
background: url('logo.png');
/*filter: drop-shadow(3px 3px 3px black);*/
-webkit-filter: drop-shadow(3px 3px 3px black);
}