LatviaCPI

thign thing

Sep 27th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.69 KB | None | 0 0
  1. <font style="padding: 1rem; left: 0px; top: 0px; width: 100%; color: rgba(0, 0, 0, 1) !important; !important; display: block !important; position: absolute; min-height: 70rem; box-sizing: border-box; background-image: url('BACKGROUND URL HERE'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: gray;"> <body style="background-repeat: no-repeat; background-size: cover; background-attachment: fixed;">
  2.  
  3.  
  4. <div id="back" style="border: 1px solid black; width: 100px; height: 130px; border-radius: 10px; padding: 10px;padding-top: 23px; z-index: 99; position: fixed; top: 20px; text-align: center; background-color: #555;">
  5. <font size="5" style="text-decoration: underline;">Nav</font><br>
  6. <a href="#test1" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">One</a><br>
  7. <a href="#test2" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">Two</a><br>
  8. <a href="#test3" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">Three</a><br>
  9. <a href="#test4" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">Four</a><br>
  10. </div>
  11.  
  12.  
  13. <br><br><br><br>
  14.  
  15.  
  16.  
  17. <div id="test1" style="background-color:#dd0; text-align: center; margin: 0 auto; height: 250px; width: 40%; border: 1px solid black; position: relative;" onclick="window.scrollTo(0, 0);">
  18.     <br/>
  19. Number One
  20.     <br/>
  21.     <br/>
  22. <a href="#test2" style="position: absolute; right: 5px; bottom: 5px; color: #E64545; text-decoration: none;">Next &raquo;</a>
  23. </div>
  24.  
  25.  
  26. <div id="test2" style="background:#545; text-align: center; margin: 0 auto; height: 250px; width: 40%; border: 1px solid black; position: relative; margin-top: 300px;" onclick="window.scrollTo(0, 0);">
  27.     <br/>
  28. Number Two
  29.     <br/>
  30.     <br/>
  31. <a href="#test3" style="position: absolute; right: 5px; bottom: 5px; color: #E64545; text-decoration: none;">Next &raquo;</a>
  32. </div>
  33.  
  34.  
  35. <div id="test3" style="background:#123; text-align: center; margin: 0 auto; height: 250px; width: 40%; border: 1px solid black; position: relative; margin-top: 300px;" onclick="document.body.scrollTop = 0;">
  36.     <br/>
  37. Number Three
  38.     <br/>
  39.     <br/>
  40. <a href="#test4" style="position: absolute; right: 5px; bottom: 5px; color: #E64545; text-decoration: none;">Next &raquo;</a>
  41. </div>
  42.  
  43.  
  44. <div id="test4" style="background:#349; text-align: center; margin: 0 auto; height: 250px; width: 40%; border: 1px solid black; position: relative; margin-top: 300px;" onclick="document.body.scrollTop = 0;">
  45.     <br/>
  46. Number Four
  47.     <br/>
  48.     <br/>
  49. <a href="#test1" style="position: absolute; right: 5px; bottom: 5px;  color: #E64545; text-decoration: none;">&laquo; Beginning</a>
  50. </div>
Advertisement
Add Comment
Please, Sign In to add comment