Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <title> Rock, Paper, Scissor </title>
  7.  
  8. <style>
  9.  
  10. #container {
  11. width: 1024px;
  12. height: 753px;
  13. background-image: url("RPS_Settings.fw.png");
  14. padding-top: 15px;
  15.  
  16. }
  17.  
  18. </style>
  19.  
  20.  
  21.  
  22. </head>
  23.  
  24. <body>
  25.  
  26. <div id=container>
  27. <div style= padding-top:620px; >
  28. <a href="RPS.html">
  29. <img src= "RPS_back button.gif">
  30. </a>
  31. </div>
  32.  
  33. </div>
  34.  
  35. <div id="settings" style = "padding-left:500px; padding-top: 0px;">
  36. <img src="settings_settings.png">
  37.  
  38. </div>
  39.  
  40.  
  41.  
  42. </body>
  43.  
  44.  
  45.  
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement