Get started with chrome-bootstrap CDN

MIT licensed

Chrome Bootstrap: Build responsive apps with Google Chromes Material Design and Bootstrap components.

Tags:
  • chrome
  • bootstrap

Stable version

Copied!

How to start using chrome-bootstrap CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/chrome-bootstrap/1.5.0/chrome-bootstrap.min.css">
  <title>Get started with chrome-bootstrap CDN - cdnhub.io</title>
</head>
<body>
  <div class="container">
    <h1 class="text-center mb-4">Welcome to Chrome Bootstrap!</h1>
    <div class="row">
      <div class="col-md-4 offset-md-4">
        <div class="card text-center">
          <div class="card-body">
            <h5 class="card-title">Card title</h5>
            <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
            <button type="button" class="btn btn-primary">Go to next step</button>
          </div>
        </div>
      </div>
    </div>
  </div>
</body>
</html>
Copied!
Copied!

All versions