Get started with bootstrap-media-object CDN

MIT licensed

Bootstrap Media Object: Arranges content around images, creating responsive, visually appealing layouts.

Tags:
  • bootstrap
  • template
  • bootstrap5
  • responsive
  • css
  • responsive-design
  • blog
  • bootstrap5-template
  • avatar
  • tweets
  • media-object

Stable version

Copied!

How to start using bootstrap-media-object CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css">
  <link rel="stylesheet" href="https://cdn.cdnhub.io/bootstrap-media-object/1.0.0/bootstrap-media-object.min.css">
  <title>Get started with bootstrap-media-object CDN - cdnhub.io</title>
</head>
<body>
  <div class="container mt-5">
    <div class="row">
      <div class="col-md-6">
        <div class="media">
          <img src="https://picsum.photos/id/237/400/300" class="mr-3" alt="...">
          <div class="media-body">
            <h5 class="mt-0">Media heading</h5>
            <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="media">
          <div class="media-body">
            <h5 class="mt-0">Media heading</h5>
            <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
            <img src="https://picsum.photos/id/238/400/300" alt="..." class="align-self-start">
          </div>
        </div>
      </div>
    </div>
  </div>
  <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js"></script>
  <script src="https://cdn.cdnhub.io/bootstrap-media-object/1.0.0/bootstrap-media-object.min.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!

All versions