I saw this effect and I'm trying to put it in a project, but I do not know how to put a Video inside Text, I only managed with images ...
HereI'veplacedanimageasatextbackground,buthowdoIputavideoasa%ofatext?
body {
background: #333;
}
h1 {
font-family: sans-serif;
font-size: 100px;
color: transparent;
-webkit-text-fill-color: transparent;
background: url(https://unsplash.it/140/80) no-repeat;
background-size: cover;
-webkit-background-clip: text;
background-clip: text;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
<h1>VÍDEO</h1>