"Ticket template"
Bootstrap 4.1.1 Snippet by tieusuquay79

1
2
3
4
5
6
7
8
9
10
11
12
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<div class="container mt-5">
<div class="card mt-3 p-3"> <span class="klod text-center">Vé tham dự sự kiện</span> <span class="data mt-2 text-center">Bootstrap 5 Service card with hover effect and gradient color</span> <span class="about mt-2 text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit,<br> sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </span>
<div class="d-flex justify-content-center gap-2"> <button type="button" class="btn1 mt-3 btn1-dark">Get Started</button> <button type="button" class="btn1 mt-3 btn1-dark">Try Klod for free</button> </div> <span class="company text-center mt-4">TRUSTED OVER THAN 500 COMPANIES</span> <span class="text2 text-center">"Sed ut perspiciatis unde omnis iste error sit voluptatem braccusantium laudantium"</span>
<div class="image mr-3 text-center mt-3"> <img src="https://i.imgur.com/0LKZQYM.jpg" class="rounded-circle" width="60" /> </div> <span class="name text-center"> Helena Hawkins,<span class="company">Uber</span></span></span>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
body {
background-color: #0a2d27
}
.card {
background-image: radial-gradient(circle, #98e78f, #93e9a0, #90ebb0, #90ecbe, #94edcb, #96f0de, #9ff1ed, #aef2f8, #c7f4ff, #e1f5ff, #f4f9ff, #ffffff)
}
.klod {
font-size: 14px;
color: #31b399;
font-weight: 600
}
.data {
color: #09093d;
font-size: 40px;
font-weight: 650
}
.about {
font-size: 13px;
color: #a7a7a7
}
.btn1 {
height: 40px;
width: 150px;
background: none;
transition: all 0.3s
}
.btn1-dark:hover {
background-color: #0a2d27;
color: #fff;
border-color: #0a2d27
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: