Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <head>
  2. <style>
  3. .center_down {
  4. display: block;
  5. margin-left: 20%;
  6. margin-right: 10%;
  7. width: 50%;
  8. position: relative;
  9. top: 100px;
  10. overflow-y: hidden;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <img class="center_down" name="slide" src="piscina.png" onclick="slideAhead();setInterval(invisible, 300)"/>
  16. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement