homeblogsImage in text effect

Image in text effect

TEXT မှာ ပုံနောက်ခံလေးဘယ်လိုထည့်မလဲ။

avator

CODE HUB

Posted Dec 7, 2023

CSS Tips
Image in text effect

Cover Photo မှာပြထားသလိုမျိုး TEXT မှာ ပုံနောက်ခံလေးဘယ်လိုထည့်မလဲ။

Example code :

p {
  background-image: url(image);
  background-repeat: repeat;
  -webkit-background-clip: text;
  color: transparent;
}

Need help? Email support@codehubmm.com

Copyright © 2023 CODE HUB