"Carousel"
Bootstrap 3.3.0 Snippet by imsachin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--[if IE]> <link href="~/Content/NewHomePage/all-ie-only.css" rel="stylesheet" /> <![endif]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Our Recommendations -->
<div class="ourRecommendations">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2 class="headings mrT20"> Our Recommendations </h2>
<p class="text-center"> Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur animi, suscipit totam et porro repellat minima quibusdam optio sit incidunt rem! Necessitatibus obcaecati inventore eaque facere reiciendis ut repudiandae impedit. </p>
</div>
</div>
<div class="row">
<div id="carousel-recom" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="recomWrap">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -- Our Recommendations -- */
.ourRecommendations {margin-bottom: 10px;}
.ourRecommendations .headings {text-align: center;color: #ff3d00;margin-bottom: 20px;font-weight: 600;}
.ourRecommendations .carousel-control.left, .ourRecommendations .carousel-control.right {background-image:none; width: 50px; height: 50px; top: 40%;color: #012b72; opacity: 1;}
.ourRecommendations .carousel-control.left {left: -5%;}
.ourRecommendations .carousel-control.right {right: -5%;}
.ourRecommendations .recomWrap {text-align: center;box-shadow: 0px 5px 5px #dcdcdc; margin-bottom: 20px;}
.ourRecommendations .recomWrap .recomBox {padding: 0 10px 15px 10px;}
.ourRecommendations .recomWrap .recomBox h4 {font-size: 24px;}
.ourRecommendations .recomWrap .recomBox h5 {font-size: 16px;}
.ourRecommendations .recomWrap .recomBox .cityS {font-size: 18px;margin-bottom: 5px;font-weight: 500; color: #ff3d00;}
.ourRecommendations .recomWrap .recomBox .rateStar {color: #012b72;}
.ourRecommendations .recomWrap .recomBox .descR {text-align: justify;}
.ourRecommendations .recomWrap .recomBox .btn {padding: 8px 25px;font-weight: 600;background: none; border: 1px solid #ff3d00;color: #ff3d00;margin-top: 5px;margin-bottom: 5px; border-radius: 20px;}
.ourRecommendations .recomWrap .recomBox .btn:hover {background-color: #ff3d00;color: #fff;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: