Top

Cards


Basic Card

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.


<div class="card">
    <div class="card-header pb-0">
        <h4>Basic Card</h4>
        <p class="f-m-light mt-1">This is a simple basic card using anywhere.</p>
    </div>
    <div class="card-body">
        <p class="mb-0">Tabs have long been used to show alternative views of the same group of information tabs in
            software. Known as<em class="txt-danger">“module tabs”</em> , these are still used today in web sites. For
            instance, airline companies such as Ryanair, easyJet and AirMalta use module tabs to enable the user to
            switch between bookings for flights, hotels and car hire.</p>
    </div>
</div>   
Basic Card

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.


<div class="card common-hover">
  <div class="card-header border-l-primary pb-0">
    <h4>Border Left</h4>
    <p class="mt-1 f-m-light">Use the class of<code>.border-l-* </code>for left border.</p>
  </div>
  <div class="card-body">
    <p class="lh-base">You can design your creative card by taking only the <strong>border-l-primary </strong> class.
      If you want to use other colors like this: <strong>border-l-*</strong><br><strong>Visit Us: </strong>	2600 Hollywood Blvd,Florida, United States-	33020<br><strong>Mail Us:</strong>  contact&#64;us&#64;gmail.com<br><strong>Contact Number: </strong>  (954) 357-7760
    </p>
  </div>
</div>