Hi everyone,
I want to know, how to create custom card template like this pictures bellow:


Knowing that the data contained in the widget are dynamics (#VALUE#, #LABEL#, #COLOR_CARD#, #LINK#,#URL_LINK#)
My code HTML is like this:
<div class="small-box bg-yellow">
\<div class="inner">
<h3>44</h3>
<p>User Registrations</p>
\</div>
<div class="icon">
\<i class="ion ion-person-add">\</i>
\</div>
<a href="#" class="small-box-footer">More info
<i class="fa fa-arrow-circle-right"></i>
\</a>
<div/>
</div>