Advertisement
naocrrds

customized shape/image style chatbox

Jul 16th, 2023
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <style>
  2.  
  3. .CLASSNAME {
  4. background: #FE82B624;
  5. -webkit-mask-image: url(---LINK OF THE PNG---); /* insert the png link; tutorial on https://rentry.co/scriptedorg12 */
  6. -webkit-mask-size: 70%; /* optional, adjust this */
  7. -webkit-mask-repeat: no-repeat;
  8. -webkit-mask-position: left; /* you can change this left, center, right*/
  9. }
  10.  
  11. </style>
  12.  
  13. < iframe src LINK CHATBOX class="CLASSNAME"></iframe>
  14.  
  15. paste the class="CLASSNAME" inside the iframe src link of the cbox
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement