Image inside Text or Transparent Text | HTML and CSS Tutorial
Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=zPf3l0CaxGQ
In this tutorial, I will show you how to place an image inside text or make text transparent using HTML and CSS. This is a beginner-friendly tutorial.
Code:
color: transparent;
background-image: url('images/pic10.jpg'); /* Insert your image URL here */
background-clip: text;
-webkit-background-clip: text; /* For WebKit browsers */
text-fill-color: transparent; /* For WebKit browsers */
-webkit-text-fill-color: transparent; /* Chrome, Safari */
background-size: cover;
background-position: center;
#html
#css
#tutorial
For more information: himel356@gmail.com
Other Videos By Himel 356
Tags:
html
css
html tutorial
css tutorial
HTML
CSS
how to
tutorial
how
to
image inside text
transparent text
transparent
text