Tables

Home/Pages/Tables

pricing table

$35 /mo

Basic

  • Marketing campaign & PR
  • Marketing campaign & PR
  • Digital Marketing
  • Video production & editing
  • User experience designing
  • 24/7 Support
$70 /mo

Standard

  • Marketing campaign & PR
  • Marketing campaign & PR
  • Digital Marketing
  • Video production & editing
  • User experience designing
  • 24/7 Support
$99 /mo

Pro

  • Marketing campaign & PR
  • Marketing campaign & PR
  • Digital Marketing
  • Video production & editing
  • User experience designing
  • 24/7 Support
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

basic table

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

striped table

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