Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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;">
- <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;">
- <font size="5" style="text-decoration: underline;">Nav</font><br>
- <a href="#test1" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">One</a><br>
- <a href="#test2" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">Two</a><br>
- <a href="#test3" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">Three</a><br>
- <a href="#test4" style="padding: 2px; text-decoration: none; font-size: 20px; color: white;">Four</a><br>
- </div>
- <br><br><br><br>
- <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);">
- <br/>
- Number One
- <br/>
- <br/>
- <a href="#test2" style="position: absolute; right: 5px; bottom: 5px; color: #E64545; text-decoration: none;">Next »</a>
- </div>
- <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);">
- <br/>
- Number Two
- <br/>
- <br/>
- <a href="#test3" style="position: absolute; right: 5px; bottom: 5px; color: #E64545; text-decoration: none;">Next »</a>
- </div>
- <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;">
- <br/>
- Number Three
- <br/>
- <br/>
- <a href="#test4" style="position: absolute; right: 5px; bottom: 5px; color: #E64545; text-decoration: none;">Next »</a>
- </div>
- <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;">
- <br/>
- Number Four
- <br/>
- <br/>
- <a href="#test1" style="position: absolute; right: 5px; bottom: 5px; color: #E64545; text-decoration: none;">« Beginning</a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment