Guest User

Untitled

a guest
Aug 5th, 2026
10
0
364 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.91 KB | Source Code | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <!-- put this once near the top of the page (not inside every header/footer) -->
  6. <svg width="0" height="0"
  7.      style="position:absolute; left:-9999px; top:-9999px;"
  8.     aria-hidden="true">
  9.   <symbol id="hero-join" viewBox="0 0 190 100">
  10.     <text x="70" y="98" text-anchor="middle"
  11.           class="hero-join__text"></text>
  12.     <text x="105" y="98" text-anchor="middle"
  13.           class="hero-join__text"></text>
  14.     <text x="140" y="98" text-anchor="middle"
  15.           class="hero-join__text"></text>
  16.   </symbol>
  17. </svg>
  18.  
  19.  
  20. <span style="font-family: system-ui, Arial, sans-serif; font-size:64px;
  21.             line-height:1; display:inline-flex; align-items:baseline;">
  22.   <span>ha</span>
  23.     <svg class="hero-join" aria-hidden="true">
  24.        <use href="#hero-join"></use>
  25.     </svg>
  26.   <span style="display:inline-block; transform: translate(-0.62em, 0.00em);">er</span>
  27. </span>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment