slider

PHOTO EMBED

Wed Sep 04 2024 19:08:01 GMT+0000 (Coordinated Universal Time)

Saved by @ElyasAkbari #undefined

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
​
/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}
​
/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}
​
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
​
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
​
content_copyCOPY

https://www.w3schools.com/howto/tryit.asp?filename