"Untitled"
Bootstrap 4.1.1 Snippet by selvasekhar

<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="col-md-2 mt-3 p-0"> <div class="card"> <div class="card-header"> <div class="contentheader"> <h6 class="title"> Attendance Adjustment Request</h6> </div> </div> <div class="col-md-12 px-0 mt-1"> <div class="container-fluid"> Text content </div> </div> </div> </div>
.title { font-size: 13px; margin-bottom: 5px; font-weight: 600; color: #053f57 !important; } .card-header { padding: 5px !important; font-size: 16px; background: linear-gradient(180deg, white 0%, #d7d7d7 100%); border-bottom: none !important; border-radius: 0 !important; }

Related: See More


Questions / Comments: