[text] Arn tes

Viewer

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Running Cursive Name</title>
  5.   <style>
  6.     .running-cursive {
  7.       font-family: cursive;
  8.       font-size: 24px;
  9.       white-space: nowrap;
  10.       overflow: hidden;
  11.       animation: running-cursive-animation 5s linear infinite;
  12.     }
  13.     
  14.     @keyframes running-cursive-animation {
  15.       0% {
  16.         width: 0;
  17.       }
  18.       100% {
  19.         width: 100%;
  20.       }
  21.     }
  22.   </style>
  23. </head>
  24. <body>
  25.  
  26. <div class="running-cursive">Your Name</div>
  27.  
  28. </body>
  29. </html>
  30.  

Editor

You can edit this paste and save as new:


File Description
  • Arn tes
  • Paste Code
  • 06 Jun-2023
  • 523 Bytes
You can Share it: