

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/css/swiper.min.css">
<style>
.swiper-container{
height: 300px;
width: 500px;
}
.swiper-slide{
height: 300px;
width: 250px;
border:1px solid #ccc;
}
.red{
background: red;
}
.green{
background: green;
}
.blue{
background: blue;
}
.orange{
background: orange;
}
.pink{
background: pink;
}
</style>
</head>
<body>
<div class="swiper-container">
<div class="swiper-wrapper">