daandecomputer

Free Robux!

Mar 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.82 KB | None | 0 0
  1. <h1>free robux</h1>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style>
  7. .loader {
  8.   border: 16px solid #f3f3f3;
  9.   border-radius: 50%;
  10.   border-top: 16px solid blue;
  11.   border-right: 16px solid green;
  12.   border-bottom: 16px solid red;
  13.   border-left: 16px solid pink;
  14.   width: 120px;
  15.   height: 120px;
  16.   -webkit-animation: spin 2s linear infinite;
  17.   animation: spin 2s linear infinite;
  18. }
  19.  
  20. @-webkit-keyframes spin {
  21.   0% { -webkit-transform: rotate(0deg); }
  22.   100% { -webkit-transform: rotate(360deg); }
  23. }
  24.  
  25. @keyframes spin {
  26.   0% { transform: rotate(0deg); }
  27.   100% { transform: rotate(360deg); }
  28. }
  29. </style>
  30. </head>
  31. <body>
  32.  
  33.  
  34. <div class="loader"></div>
  35.  
  36. </body>
  37. </html>
  38.  
  39. <iframe src="https//daantje1.github.io/robux.html" height="900" width="900"></iframe>
Add Comment
Please, Sign In to add comment