SOURCE CODE
<div class="pricing__card pricing__card--standard">
<div class="pricing__card-head">
<span class="pricing__card-head-title">..</span>
</div>
<div class="pricing__card-body">
..........
</div>
</div>
CLASS REFERENCE
class | values / description |
---|---|
class="pricing__card"
|
The default class for pricing card |
class="pricing__card--standard"
|
Active card class |
class="pricing__card-head-title"
|
Card title class |
class="pricing__card-body"
|
Card body class |
Standard | Popular | Premium | |
---|---|---|---|
Web Design and Develooment | |||
iOS & Android Apps Design and Development | |||
Search Engine Optimizing | |||
Domain and Hosting | |||
Social Media Marketing | |||
Business/Product Photography | |||
Content Development | |||
Email Marketing |
SOURCE CODE
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>....</th>
</tr>
</thead>
<tbody>
<tr>
<th>....</th>
<td>....</td>
</tr>
</tbody>
</table>
</div>
CLASS REFERENCE
class | values / description |
---|---|
class="table-responsive"
|
This make tables responsive for smaller screen |
class="table"
|
The default class for table style |
class="table-bordered"
|
Making border around the table |
class="table-striped"
|
For striped table style |
Standard | Popular | Premium | |
---|---|---|---|
Web Design and Develooment | |||
iOS & Android Apps Design and Development | |||
Search Engine Optimizing | |||
Domain and Hosting | |||
Social Media Marketing | |||
Business/Product Photography | |||
Content Development | |||
Email Marketing |
SOURCE CODE
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>....</th>
</tr>
</thead>
<tbody>
<tr>
<th>....</th>
<td>....</td>
</tr>
</tbody>
</table>
</div>
CLASS REFERENCE
class | values / description |
---|---|
class="table-responsive"
|
This make tables responsive for smaller screen |
class="table"
|
The default class for table style |
class="table-bordered"
|
Making border around the table |
class="table-striped"
|
For striped table style |