Bootstrap snippet and html example. Team member cards

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: image,list,html,css

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 3.3.4 included, to get the result that you can see in the preview selection

<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

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 3.3.4 included, to get the result that you can see in the preview selection

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. new contacts widget

new contacts widget

Bootstrap example and template. bs4 beta email inbox

bs4 beta email inbox

Bootstrap example and template. Profile options

Profile options

Bootstrap example and template. light user grid

light user grid

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Invoice

Invoice

Bootstrap example and template. Team member cards

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 8.3K views, Using this bootstrap snippet you have the following benefits:

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