Advertisement
Miqueel97

Slider "Responsive"

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