Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>X movement left-only</title>
  5. </head>
  6. <p> Use R Key to move the Red Box and B Key to move Blue box.</p>
  7. <body>
  8. <!-- Put your page markup here -->
  9. <div class="box" id="blue"></div>
  10. <div class="box" id="red"></div>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement