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.1 included, to get the result that you can see in the preview selection
Download
<div class="container bootstrap snippets bootdey">
<div class="profile card">
<div class="profile-body">
<div class="profile-bio">
<div class="row">
<div class="col-md-5 text-center">
<img class="img-thumbnail md-margin-bottom-10" src="https://bootdey.com/img/Content/user-453533-fdadfd.png" alt="">
</div>
<div class="col-md-7">
<h2>Edward Rooster</h2>
<span><strong>Job:</strong> Web Developer</span>
<span><strong>Position:</strong> Web Designer</span>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eget massa nec turpis congue bibendum. Integer nulla felis, porta suscipit nulla et, dignissim commodo nunc. Morbi a semper nulla.</p>
<p>Proin mauris odio, pharetra quis ligula non, vulputate vehicula quam. Nunc in libero vitae nunc ultricies tincidunt ut sed leo. Sed luctus dui ut congue consequat. Cras consequat nisl ante, nec malesuada velit pellentesque ac. Pellentesque nec arcu in ipsum iaculis convallis.</p>
</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 3.3.1 included, to get the result that you can see in the preview selection
Download
.card{
-moz-border-radius: 2%;
-webkit-border-radius: 2%;
border-radius: 2%;
box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
}
.profile .profile-body {
padding: 20px;
background: #f7f7f7;
}
.profile .profile-bio {
background: #fff;
position: relative;
padding: 15px 10px 5px 15px;
}
.profile .profile-bio a {
left: 50%;
bottom: 20px;
margin: -62px;
text-align: center;
position: absolute;
}
.profile .profile-bio h2 {
margin-top: 0;
font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
color: #585f69;
margin-top: 5px;
text-shadow: none;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
}
h2 {
font-size: 24px;
line-height: 33px;
}
p, li, li a {
color: #555;
}
About this bootstrap example/template
This example/template, Profile bio, was published on Dec 23rd 2014, 11:21 by Bootdey Admin and it is free.
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 15.3K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.3.1
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.3.1 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