Information cards Cards

<div class="fui-container py-2">
  <div class="row fj-center">

    <!-- COL -->
    <div class="col-md-4 col-sm-6 col-12">
      <div class="fui-card">
        <div class="fui-card-body">
          <a>
            <h4 class="title">Wordpress</h4>
            <p class="info">Are you a wordpress developer? Then Famous UI is perfect for you because it was created with CMS platforms like Wordpress in mind. Download the Famous UI Nav Walker to support your Wordpress menus.</p>
          </a>
          <a href="/wp-content/themes/famousui/downloads/wp-famousui-navwalker.zip">Download Famous UI Nav Walker <i class="if if-arrow-right"></i></a>
        </div>
      </div>
    </div>

    <!-- COL -->
    <div class="col-md-4 col-sm-6 col-12">
      <div class="fui-card">
        <div class="fui-card-body">
          <h4 class="title">Code Snippets</h4>
          <p class="info">We have enough examples to help you build all of your future websites. This framework was created to save you time using methods that already work. It's so simple that all you need to do is copy and paste!</p>
          <a href="/examples">Check out the Code Snippets <i class="if if-arrow-right"></i></a>
        </div>
      </div>
    </div>

    <!-- COL -->
    <div class="col-md-4 col-sm-6 col-12">
      <div class="fui-card">
        <div class="fui-card-body">
          <h4 class="title">Need Help?</h4>
          <p class="info">If you are stuck or having trouble with somthing you can join our community on Slack. We are an open source community with hopes to provide a great framework that supports great developers like yourself.</p>
          <a target="_blank" href="https://famousinternet.slack.com/">Join us on Slack <i class="if if-arrow-right"></i></a>
        </div>
      </div>
    </div>

  </div>
</div>
Dependencies
CSS

Insert before the closing </head> tag

<!-- Icon Famous -->
<link rel="stylesheet" href="https://cdn.boomcdn.com/libs/icon-famous/1.0.0-beta.2/iconfamous.css">
<!-- Famous UI -->
<link rel="stylesheet" href="https://cdn.boomcdn.com/libs/famous-ui/1.0.0-beta.1/famousui.css">
Javascript

Insert before the closing </body> tag

<!-- jQuery -->
<script src="https://cdn.boomcdn.com/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Famous UI -->
<script src="https://cdn.boomcdn.com/libs/famous-ui/1.0.0-beta.1/famousui.js"></script>