0% found this document useful (0 votes)
8 views

Code 2

The document displays a card with blue background containing an icon, title of 'JUMLAH A', a large number of 1200, and a link to see more details.

Uploaded by

Andri Winata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Code 2

The document displays a card with blue background containing an icon, title of 'JUMLAH A', a large number of 1200, and a link to see more details.

Uploaded by

Andri Winata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<div class="content-container">

<div class="container-fluid">

<div class="row text-white">


<div class="card bg-info" style="width:18rem;">
<div class="card-body">
<div class="card-body-icon">
<i class="fa fa-sign-out-alt text-white jarak" aria-
hidden="true"></i>
</div>
<h5 class="card-title">JUMLAH A</h5>
<div class="display-4">1200</div>
<a href="#">
<p class=" card-text text-white">
lihat detil
<i class="fas fa-angle-right"></i>
</p>
</a>
</div>
</div>
</div>

You might also like