Bootstrap snippet and html example. Bootstrap 5 card with avatar and quick profile stats

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: bootstrap,card,avatar,profile,stats,account,application

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 5.1.3 included, to get the result that you can see in the preview selection

<!-- Banner -->
<a href="https://webpixels.io/components?ref=bootdey" class="btn w-full btn-primary text-truncate rounded-0 py-2 border-0 position-relative" style="z-index: 1000;">
    <strong>Crafted with Webpixels CSS:</strong> The design system for Bootstrap 5. Browse all components →
</a>

<div class="p-16 bg-surface-secondary">
  <div class="row">
    <div class="col-lg-4 mx-auto">
      <!-- Component -->
      <div class="card shadow">
        <div class="card-body">
          <div class="d-flex justify-content-center">
            <a href="#" class="avatar avatar-xl rounded-circle">
              <img alt="..." src="https://images.unsplash.com/photo-1579463148228-138296ac3b98?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=256&h=256&q=80">
            </a>
          </div>
          <div class="text-center my-6">
            <!-- Title -->
            <a href="#" class="d-block h5 mb-0">Julienne Moore</a>
            <!-- Subtitle -->
            <span class="d-block text-sm text-muted">[email protected]</span>
          </div>
          <!-- Stats -->
          <div class="d-flex">
            <div class="col-4 text-center">
              <a href="#" class="h4 font-bolder mb-0">25</a>
              <span class="d-block text-sm">Posts</span>
            </div>
            <div class="col-4 text-center">
              <a href="#" class="h4 font-bolder mb-0">350</a>
              <span class="d-block text-sm">Following</span>
            </div>
            <div class="col-4 text-center">
              <a href="#" class="h4 font-bolder mb-0">1.5K</a>
              <span class="d-block text-sm">Followers</span>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 5.1.3 included, to get the result that you can see in the preview selection

/* Webpixels CSS */
/* Utility and component-centric Design System based on Bootstrap for fast, responsive UI development */
/* URL: https://github.com/webpixels/css */

@import url(https://unpkg.com/@webpixels/[email protected]/dist/index.css);

Similar snippets

Bootstrap example and template. social media resumen profile

social media resumen profile

Bootstrap example and template. Css Player User Cards

Css Player User Cards

Bootstrap example and template. Social post

Social post

Bootstrap example and template. social network profile head

social network profile head

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. chat app

chat app

Bootstrap example and template. bs4 invoice

bs4 invoice

Bootstrap example and template. bs5 edit profile account details

bs5 edit profile account details

Bootstrap example and template. Bootstrap 5 card with avatar and quick profile stats

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 1.3K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 5.1.3

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 5.1.3 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working