body {
text-align: center;
font-family: 'Open Sans';
}
h1 {
font-size: 4rem;
font-weight: 900;
text-align: center;
margin: 4rem;
text-transform: uppercase;
animation: background-move 10s infinite;
background: url(https://blog.spoongraphics.co.uk/wp-content/uploads/2012/retro-pattern/triangle-pattern.jpg);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@keyframes background-move {
0% {
background-position: 0% 0%;
}
25% {
background-position: 5% 10%;
}
50% {
background-position: 15% 15%;
}
75% {
background-position: 10% 5%;
}
100% {
background-position: 0% 0%;
}
}
@font-face {
font-family: 'Open Sans';
font-style: normal;