Image Behind Title

MARVEL

CSS Code:

				
					.heading
{
     background: url("https://diywebsitespro.com/wp-content/uploads/2023/03/spiderman.png") repeat 30% 70%  ;
     
     padding-box: 100px  ;
     background-size: 40%;
     background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
     background-color: white;
    
     -webkit-background-clip:text;
     -webkit-text-fill-color:transparent;}
				
			

CSS Classes: heading