"Ticket template"
Bootstrap 4.1.1 Snippet by tieusuquay79

<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>
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 } .company { font-weight: 600; font-size: 14px; color: #000 } .text2 { font-size: 18px; color: #5d605c; font-weight: 600 } .name { font-size: 14px; font-weight: 500 } .datasecure { font-size: 16px; font-weight: 500; color: #20ad93 }

Related: See More


Questions / Comments: