Advertisement
Mangus875

(HTML) CSS Transformation Testing

Nov 10th, 2023
1,021
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <head>
  5.         <title>Loading Icons</title>
  6.         <link rel="stylesheet" href="styles.css"/>
  7.     </head>
  8.    
  9.     <body>
  10.         <div id='kyle'></div>
  11.        
  12.         <div class='loader'>
  13.             <div id='x'></div>
  14.             <div id='y'></div>
  15.             <div id='arrow'></div>
  16.         </div>
  17.     </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement