Advertisement
1xptolevitico69

Basic Slideshow

Dec 14th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Basic Slideshow</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  
  9. body {  margin:0;     }
  10. img {   height:100vh;    }
  11. #carousel{   display:flex;flex-direction:row;margin:-17px 0;  }
  12.  
  13. </style>
  14. </head>
  15. <body>
  16.  
  17.  
  18. <div id='carousel'>
  19. <img src='https://images.pexels.com/photos/416160/pexels-photo-416160.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'/>
  20. <img src='https://images.pexels.com/photos/996328/pexels-photo-996328.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'/>
  21. <img src='https://images.pexels.com/photos/461431/pexels-photo-461431.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'/>
  22. <img src='https://images.pexels.com/photos/386025/pexels-photo-386025.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'/>
  23. <img src='https://images.pexels.com/photos/760280/pexels-photo-760280.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'/>
  24. </div>
  25.  
  26. <script></script>
  27. </body>
  28. </htm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement