Answers for "put text on an image css"

3

css text image

background-image: url(pathToImage);
background-size: 100%;
color: transparent;
-webkit-background-clip: text;
Posted by: Guest on January-10-2021
2

how to add text in html

<h1> This is h1 </h1> <!-- Biggest font-->
<h2> This is h2 </h2>
<h3> This is h3 </h3>
<h4> This is h4 </h4>
<h5> This is h5 </h5>
<h6> This is h6 </h6> <!--Smallest font-->
Posted by: Guest on November-25-2020

Code answers related to "put text on an image css"

Browse Popular Code Answers by Language