"Row deal"
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>
<!-- Flight Deal -->
<section class="container-fluid landing-page-part">
<div class="row">
<div class="container">
<h3 class="mr0"> <strong> abc </strong> </h3>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="flight-details-blocks">
<ul>
<li>
<img src="./images/flight-logo.jpg" alt="Image" title="CBF" class="img-responsive">
</li>
<li class="flightPlace">
<div class="origin-place">
<span class="cntry_code">NYC</span>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
.flight-details-blocks {background-color: #fff; padding: 15px 15px;margin-bottom: 30px;box-shadow: 0px 0px 12px #e4e4e4;}
.flight-details-blocks:hover {background-color: #f7f7f7; box-shadow: 0px 1px 15px #e4e4e4;}
.flight-details-blocks ul {padding: 0;margin: 0;}
.flight-details-blocks ul li {display: inline-block;list-style: none; vertical-align: middle;text-align: center; }
.flight-details-blocks .cntry_code { font-size: 16px; font-weight: bold;line-height: 18px;display: block;color: #000000;}
.flight-details-blocks .city_name {font-size: 14px;font-weight: 400;line-height: 18px;display: block;color: #5c5c5c;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.flight-details-blocks .date {color: #a0a0a0;}
.flight-details-blocks .flightPlace {width: 30%;}
.flight-details-blocks .reverse-arrow {position: relative;padding-right: 5px;}
.flight-details-blocks .depart-return-price {color: #143ca1;font-size: 20px;line-height: 30px;font-weight: 700;}
.flight-details-blocks .bookNw {color: #fff;background-color: #fa7603; border-color: #fa7603; font-size: 12px; padding: 2px 14px; border-radius: 15px;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: