Assessment for (fancy letterheaded paper)

Hi guys, I’d like you to take a look at my code to see if everything is ok, thanks!

Code:

/* Your CSS below here */

article {
/* Fallback*/
background: url(https://raw.githubusercontent.com/mdn/learning-area/master/css/styling-boxes/letterheaded-paper-start/top-image.png) no-repeat top, white;
/* -------------------------------------------------- */

background: linear-gradient(180deg, rgba(0,0,0,0.7) -25%, rgba(0,0,0,0) 20%),
linear-gradient(360deg, rgba(0,0,0,0.7) -25%, rgba(0,0,0,0) 20%),
url(https://raw.githubusercontent.com/mdn/learning-area/master/css/styling-boxes/letterheaded-paper-start/top-image.png) no-repeat top,
url(https://raw.githubusercontent.com/mdn/learning-area/master/css/styling-boxes/letterheaded-paper-start/bottom-image.png) no-repeat bottom,
white;

border-top: solid red 1mm;
border-bottom: solid red 1mm;
}

h1 {
background-image: url(https://raw.githubusercontent.com/mdn/learning-area/master/css/styling-boxes/letterheaded-paper-start/logo.png);
border-radius: 64px;
box-shadow: 3px 3px 3px rgba(0,0,0,1);

}

Hello @Generunk;

We would love to help you.But i can not see the entirety of your code.
Please Dear, Could you put all your code in a online code editor like codepen.io so we could see your Letter Head Template.

Sorry for the delay, you are absolutely right here is the codepen:

https://codepen.io/Generunk/pen/XWypMRK?editors=1100 !

Hello @Generunk!

I am so sorry for the delay. I went through your letterHead Template. It looks great. Nice Job there.

Wish you the Best in your coding Experience.

Bye.