How to set an images as background of a text
/*CSS*/
@import url('https://fonts.googleapis.com/css?fami...
*,*::before,*::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
font-family: Montserrat;
background: #111;
width: 100%;
min-height: 100vh;
display: grid;
place-items: center;
}
body h1{
font-size: 10rem;
font-weight: bolder;
color: transparent;
background-image: url('https://media.giphy.com/media/26BROrS...
background-size: cover;
text-transform: uppercase;
line-height: 0.8;
margin: 10px 0;
-webkit-background-clip: text;
}
Watch video Image As Text Background Part 3 online without registration, duration hours minute second in high quality. This video was added by user Masters In Web Design 25 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11 once and liked it 3 people.