Home

WayneCarl Barker's Portfolio/ Blog

Go Back

Make text have an image as its color

WayneCarl

September 22, 2022

Text Color Image

h1{
  background-image:url('Stuff');
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}