sneaky4oe

Streamlabs Viever Count vertical+Shadow HTML

Jun 27th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <!-- all platforms will be added to this container -->
  2. <div id="platform_container">
  3. </div>
  4.  
  5. <!-- platform item -->
  6. <script type="text/template" id="platform_item">
  7. <div class="{platform}-box" style="text-align:center">
  8. <span style="font: {font_weight} {font_size} {font}; margin:20px" id="{platform}_container;">
  9.       <img class="platform-img" width="{font_size}" height="{font_size}">
  10.     <span style="color:{font_color}; text-shadow:3px 3px 3px #000;" class="{platform}-count"></span>
  11.   </span>
  12.   </span>
  13. </script>
Add Comment
Please, Sign In to add comment