"Untitled"
Bootstrap 4.1.1 Snippet by selvasekhar

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: