Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>JS Bin</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.css
                                 ">
  </head>
  <body>
    <div class="container">
      <div class="wrap">
        <h2>Our Services</h2>
        <div class="swiper-button-prev"></div>
        <div class="swiper-button-next"></div>
      </div>
    </div>
    <div class="slider-container container">
      <div class="swiper mySwiper">
        <div class="swiper-wrapper">
          <div class="swiper-slide">
            <div class="slide-content">
              <h3>Seamless Payment Accounts</h3>
              <p>Open multi-currency payment accounts...</p>
              <button>Learn more</button>
            </div>
          </div>
          <div class="swiper-slide">
            <div class="slide-content">
              <h3>Another Service</h3>
              <p>Some description...</p>
              <button>Learn more</button>
            </div>
          </div>
          <div class="swiper-slide">
            <div class="slide-content">
              <h3>Another Service</h3>
              <p>Some description...</p>
              <button>Learn more</button>
            </div>
          </div>
        </div>
        <!-- Кнопки навигации -->
      </div>
    </div>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js"></script>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers