<h1 style="text-align:center;">The background Property</h1>
<h3 style="text-align:center;">Scroll down to see the effect</h3>
body {
background-color: #fec5bb;
background-image: url("https://lenadesignorg.files.wordpress.com/2020/02/heart.png?w=640");
background-repeat: no-repeat;
background-position: center;
background-attachment: scroll;
height: 200vh;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.