"Untitled"
Bootstrap 4.1.1 Snippet by krunb

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
<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">
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="card">
<div class="title mb-3">
<h4> سند قبض من ولاء بلس</h4>
<p class="text-muted"> رقم السند : 1237</p>
</div>
<div class="info mb-3">
<div class="info-box">
<h5>المبلغ</h5>
<p class="text-muted">200,000 ريال</p>
</div>
<div class="info-box">
<h5>التاريخ</h5>
<p class="text-muted">2020-04-22</p>
</div>
<div class="info-box">
<h5>طريقة الدفع</h5>
<p class="text-muted">حوالة بنكية</p>
</div>
</div>
<h5 class="mb-3">التفاصيل</h5>
<table class="table table-borderless">
<tbody>
<tr>
<td>اشتراك سنوي في برنامج الخصومات</td>
<td class="text-left"><span>150,000</span> ريال</td>
</tr>
<tr>
<td>اشتراك سنوي في برنامج برافو</td>
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
*{
direction: rtl;
text-align: right;
}
.card{
margin-top: 30px;
padding: 2rem;
border-radius: 5px;
}
.text-muted{
color: #a0a0a0!important;
}
.text-primary{
color: #02d081!important;
}
.info{
display: flex;
justify-content: space-between;
}
.info .info-box{
text-align: center;
}
table tr{
background-color: #dcfbf3;
}
.green-dark{
font-weight: bold;
background-color: #02e3b7;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: