#example {
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGDAdW8HsC6TEPDtYVdCi0TjpDRlu0kNY9WQ&usqp=CAU");
  width:250px;
  height:500px;
  background-repeat:repeat-y;
  color:blue;
  background-size:contain;
}
#example-two {
  background-image: linear-gradient(to bottom, rgb(0, 255, 255, 0.3), rgb(221,160,221,0.3)), url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGDAdW8HsC6TEPDtYVdCi0TjpDRlu0kNY9WQ&usqp=CAU");
  width:250px;
  height:500px;
  background-repeat:repeat-y;
  background-size:contain;
}
#example-three {
  background-image: linear-gradient(to bottom, rgb(0, 255, 255, 0.3), rgb(221,160,221,0.3)), url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGDAdW8HsC6TEPDtYVdCi0TjpDRlu0kNY9WQ&usqp=CAU");
  width:250px;
  height:500px;
  background-repeat:repeat-y;
  background-size:cover;
}
#example-four {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0.3), rgb(0,0,0,0.3)), url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGDAdW8HsC6TEPDtYVdCi0TjpDRlu0kNY9WQ&usqp=CAU"); 
  width:250px;
  height:500px;
  background-repeat:repeat-y;
  background-size:cover;
  background-position:center;
}
#example-gradient {
  background-image: linear-gradient(to bottom, plum, cyan);
  background-repeat:repeat-y;
   width:250px;
  height:500px;
  background-size:contain;
  
}
#text-clip {
-webkit-background-clip: text;
  background-clip: text;
background-image:url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGDAdW8HsC6TEPDtYVdCi0TjpDRlu0kNY9WQ&usqp=CAU");
  background-size:500px;
  color:rgba(0,0,0,0);
}
#clip-text {
font-size:100px;
}
#large {
font-size:50px;
}