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);
}