Bootstrap snippet and html example. Team member cards

Bootstrap 3.3.4 snippet "Team member cards" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: image,list,html,css

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-4">
    	    <a class="cta text-center" href="#">
                <h2 class="name">Adam moort</h2>
                <img alt="" class="img-responsive" src="https://bootdey.com/img/Content/avatar/avatar6.png">
                <h2>Designer</h2>
                <p>Run forest run</p>
            </a>   
		</div>
		<div class="col-md-4">
    	    <a class="cta text-center" href="#">
                <h2 class="name">Jef fernadis</h2>
                <img alt="" class="img-responsive" src="https://bootdey.com/img/Content/avatar/avatar7.png">
                <h2>Developer</h2>
                <p>oooooohhhhhh!</p>
            </a>   
		</div>
		<div class="col-md-4">
    	    <a class="cta text-center" href="#">
                <h2 class="name">Martin Breton</h2>
                <img alt="" class="img-thumbnail img-responsive" src="https://bootdey.com/img/Content/avatar/avatar1.png">
                <h2>Tester</h2>
                <p>Adventure time</p>
            </a>   
		</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:40px;
}

.cta {
  display: block;
  padding: 30px;
  border: 3px dotted #eee;
  border-radius: 4px;
  margin: 0 3%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.cta .name {
  opacity: 0.2;
}


.cta img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px dashed #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
    -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

a:hover{
    text-decoration:none;    
}

Similar snippets

Bootstrap example and template. image badge

image badge

Bootstrap example and template. bs4 payment list

bs4 payment list

Bootstrap example and template. Team portrait

Team portrait

Bootstrap example and template. Members

Members

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. user list inside narrow jumbotron

user list inside narrow jumbotron

Bootstrap example and template. invoice page

invoice page

Bootstrap example and template. payment credit card form

payment credit card form

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. Team member cards

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 10.4K+ 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