<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->

  <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">

  <link rel="stylesheet" href="css/reset.css">
  <link rel="stylesheet" href="css/style.css">
  
  <title>Frontend Mentor | Stats preview card component</title>
</head>
<body>

  <div class="card-holder">
  <div class="card">
    <div class="text-block">
      <div class="title-section">
        Get <span>insights</span> that help your business grow.
      </div>
      <div class="description-section">
        Discover the benefits of data analytics and make better decisions regarding revenue, customer 
        experience, and overall efficiency.      
      </div>
      <div class="stats-section">
        <div class="stat-block">
        <p class="title">
          10k+
        </p>
        <p class="subtitle">
          companies
        </p>
      </div>
        <div class="stat-block">
        <p class="title">
          314
        </p>
        <p class="subtitle">
          templates
        </p>
        </div>
        <div class="stat-block">
          <p class="title">
            12m+
          </p>
          <p class="subtitle">
            queries
          </p>  
        </div>
      </div>
    </div>
    <div class="image-block"></div>
  </div>
  </div>

  <div class="colored-image"></div>

  <!-- <div class="attribution">
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
    Coded by <a href="https://tarasis.net">Robert McGovern</a>.
  </div> -->
</body>
</html>