forked from AlexAdvent/e-commer-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyaddsection.html
More file actions
135 lines (100 loc) · 3.7 KB
/
Copy pathmyaddsection.html
File metadata and controls
135 lines (100 loc) · 3.7 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<style>
.card-img-top {
width: 70%;
}
.card-title {
font-weight: 600;
}
.col-6 {
padding: 1px;
}
#title {
padding-top: 25px;
padding-bottom: 25px;
padding-left: 30px;
font-size: 20px;
background-color: #f2f2f2;
margin-bottom: 40px;
}
body {
background-color: white;
}
.card {
margin-bottom: 10px;
margin-top: 10px;
width: 95%;
margin-left: 2.5%;
}
img {
margin-top: 10px;
height: 200px;
}
#title i {
margin-right: 25px;
}
</style>
</head>
<body>
<div id="title">
<a href="/">
<i class="fa fa-arrow-left"></i>
</a>
<spam>All your Add</spam>
</div>
<div class="container">
<div class="row">
<div class="col-6">
<div class="card">
<div class="card-header"> Book
</div>
<img class="card-img-top mx-auto d-block" src="https://drive.google.com/thumbnail?id=1QmLb5slkNwPjQmmaKe3O3yxs-AE5ZmVw" alt="Card image cap">
<div class="card-body">
<!-- <h5 class="card-title">Errorless</h5>
</div> -->
<div class="card-title">
<h5>HC Verma</h5>
<div><i class="fa fa-inr"> 300</i></div>
</div>
</div>
<spam style="padding-left:10px;" class="text-muted"> pune</spam>
</div>
</div>
<div class="col-6" style="padding-left: 0px">
<div class="card">
<div class="card-header"> Book
</div>
<img class="card-img-top mx-auto d-block" src="https://drive.google.com/thumbnail?id=1QmLb5slkNwPjQmmaKe3O3yxs-AE5ZmVw" alt="Card image cap">
<div class="card-body">
<!-- <h5 class="card-title">Errorless</h5>
</div> -->
<div class="card-title">
<h5>Errorleffdfdss</h5>
<div><i class="fa fa-inr"> 50</i></div>
</div>
</div>
<spam style="padding-left: 10px;" class="text-muted"> pune</spam>
</div>
</div>
</div>
<script>
$(function() {
$('.carousel').carousel({
interval: 2000
})
})
</script>
</body>
</html>