Bootstrap snippet and html example. user profile description

Bootstrap 3.3.4 snippet "user profile description" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: html,widget

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.4 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<div class="container bootstrap snippets bootdey">
    <div class="row">
        <div class="col-md-8">
        
          <!--Profile Heading-->
          <!--===================================================-->
          <div class="panel">
            <div class="panel-bg-cover">
              <img class="img-responsive" src="https://www.bootdey.com/image/700x300/FFB6C1/000000" alt="Image">
            </div>
            <div class="panel-media">
              <img src="https://bootdey.com/img/Content/user_6.jpg" class="panel-media-img img-circle img-border-light" alt="Profile Picture">
              <div class="row">
                <div class="col-md-7">
                  <h3 class="panel-media-heading">Deyson Bejarano</h3>
                  <a href="#" class="btn-link">@amazing-dey</a>
                  <p class="text-muted mar-btm">Web and Graphic designer</p>
                </div>
                <div class="col-md-5 pull-right">
                  <button class="btn btn-sm btn-primary">Add Friend</button>
                  <button class="btn btn-sm btn-success btn-icon glyphicon glyphicon-envelope"></button>
                </div>
              </div>
            </div>
            <div class="panel-body">
              <h4>Consectetur adipisicing</h4>
              Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
            </div>
          </div>
          <!--===================================================-->
        
        </div>
  </div>
</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.4 to keep the design, spacing, and responsiveness consistent.

body{
    margin-top:20px;
    background:#eee;
}

.panel {
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  border-radius: 0;
  border: 0;
  margin-bottom: 24px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel .panel-bg-cover {
  max-height: 180px;
  overflow: hidden;
}

.panel .panel-bg-cover img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
}

.panel-media {
  box-shadow: 0 -50px 20px -10px rgba(0,0,0,0.2);
  padding: 10px 15px 15px 140px;
  position: relative;
}

.panel-media-img {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 20px;
  top: -48px;
}

.img-border-light {
  box-shadow: 0 0 0 4px #fff;
}

@media (min-width: 1200px){
    .text-lg-right {
      text-align: right;
    }
}

.panel-media-heading {
  color: #fff;
  position: absolute;
  top: -2.7em;
}

.btn-link {
  border-color: transparent;
}

.text-muted, a.text-muted:hover, a.text-muted:focus, a.text-muted:focus {
  color: #606060;
}

.mar-btm {
  margin-bottom: 15px;
}

.panel-body {
  padding: 25px 20px;
}

Similar snippets

Bootstrap example and template. simple user cards contact info

simple user cards contact info

Bootstrap example and template. product cards

product cards

Bootstrap example and template. new contacts widget

new contacts widget

Bootstrap example and template. Profile widget

Profile widget

Bootstrap example and template. Goolge plus style user profile

Goolge plus style user profile

Bootstrap example and template. Team testimonials

Team testimonials

Bootstrap example and template. Social network login with buttons

Social network login with buttons

Bootstrap example and template. List user profiles

List user profiles

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.3.4.

Bootstrap example and template. user profile description

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 7.1K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 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