Advertisement
Miqueel97

Slider 2.0

Nov 4th, 2021
951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.17 KB | None | 0 0
  1. <style>
  2.         * {
  3.             box-sizing: border-box;
  4.         }
  5.        
  6.         .clase1 {
  7.             width: 800px;
  8.             text-align: center;
  9.             overflow: hidden;
  10.         }
  11.        
  12.         .tobogan {
  13.             display: flex;
  14.             overflow-x: auto;
  15.         }
  16.        
  17.         .tobogan>div {
  18.             flex-shrink: 0;
  19.             width: 800px;
  20.             height: 200px;
  21.             margin: auto;
  22.             padding: auto;
  23.             transform-origin: center center;
  24.             transform: scale(1);
  25.             transition: transform 0.5s;
  26.             position: relative;
  27.             justify-content: center;
  28.             align-items: center;
  29.             font-size: 1.25em;
  30.             display: inline-block;
  31.         }
  32.        
  33.         .clase1>a {
  34.             display: inline-block;
  35.             text-decoration: none;
  36.             align-items: center;
  37.             width: 1.5em;
  38.             height: 1.5em;
  39.             border-radius: 200px;
  40.             background-color: #D3D3D3;
  41.         }
  42.        
  43.         .clase1>a:active {
  44.             top: 1px;
  45.         }
  46.        
  47.         .clase1>a:focus {
  48.             background: #000;
  49.         }
  50.        
  51.         .links {
  52.             display: inline-block;
  53.             width: 800px;
  54.         }
  55.        
  56.         #tobogan-1,
  57.         #tobogan-2,
  58.         #tobogan-3,
  59.         #tobogan-4,
  60.         #tobogan-5 {
  61.             vertical-align: middle;
  62.             padding-right: 50px;
  63.             padding-left: 50px;
  64.             font-weight: bold;
  65.             text-overflow: ellipsis;
  66.             word-wrap: break-word;
  67.             overflow: hidden;
  68.             max-height: 7.2em;
  69.             line-height: 1.8em;
  70.         }
  71.        
  72.         .index {
  73.             margin-top: 2em;
  74.             display: inline-block;
  75.             width: 1.5em;
  76.             height: 1.5em;
  77.             border-radius: 200px;
  78.             background-color: #D3D3D3;
  79.         }
  80.        
  81.         .Nombre {
  82.             font-size: 0.75em;
  83.             margin-top: 0.5em;
  84.             font-weight: normal;
  85.         }
  86.     </style>
  87.     <div class="clase1">
  88.         <div class="tobogan">
  89.             <div id="tobogan-1">“The best academic experience I’ve had in a long time. “The best academic experience I’ve had in a long time. A space for discovery, for diving into fundamental concepts and for raising our sights to see that which is truly essential.<p class="Nombre">Genís Roca, CEO of RocaSalvatella</p></div>
  90.             <div id="tobogan-2">“The best academic experience I’ve had in a long time. “The best academic experience I’ve had in a long time. A space for discovery, for diving into fundamental concepts and for raising our sights to see that which is truly essential.<p class="Nombre">Genís Roca, CEO of RocaSalvatella</p></div>
  91.             <div id="tobogan-3">“The best academic experience I’ve had in a long time. “The best academic experience I’ve had in a long time. A space for discovery, for diving into fundamental concepts and for raising our sights to see that which is truly essential.<p class="Nombre">Genís Roca, CEO of RocaSalvatella</p></div>
  92.             <div id="tobogan-4">“The best academic experience I’ve had in a long time. “The best academic experience I’ve had in a long time. A space for discovery, for diving into fundamental concepts and for raising our sights to see that which is truly essential.<p class="Nombre">Genís Roca, CEO of RocaSalvatella</p></div>
  93.             <div id="tobogan-5">“The best academic experience I’ve had in a long time. “The best academic experience I’ve had in a long time. A space for discovery, for diving into fundamental concepts and for raising our sights to see that which is truly essential.<p class="Nombre">Genís Roca, CEO of RocaSalvatella</p></div>
  94.         </div>
  95.         <div class="links">
  96.             <div class="index"><a href="#tobogan-1">1</a></div>
  97.             <div class="index"><a href="#tobogan-2">2</a></div>
  98.             <div class="index"><a href="#tobogan-3">3</a></div>
  99.             <div class="index"><a href="#tobogan-4">4</a></div>
  100.             <div class="index"><a href="#tobogan-5">5</a></div>
  101.         </div>
  102.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement