Bootstrap snippet and html example. Profile cover

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,snippet,profile,cover,user

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

<div class="container bootstrap snippets bootdey">
    <div class="col-md-10">
        <div class="profile-display">
            <div class="profile-cover"></div> 
            <div class="author-info">
		        <div class="author-info-img" >
		        </div>
		        <div class="author-meta">
			        <h2 class="author-username">
			        	Deyson
			        </h2>
		        </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.2.0 included, to get the result that you can see in the preview selection

body{
background:#ddd;
}
.profile-cover {
    background-image: url(https://bootdey.com/img/Content/bg1.jpg);
}

.author-info-img {
	 background-image: url(https://bootdey.com/img/Content/avatar/avatar7.png);
}	
                        
.profile-display {
    width: 100%;
    position: relative;
    box-shadow: 0 1px 12px rgba(0,0,0,0.1);
    height: 340px;
    background-color: #fff;
}
.profile-cover {
    height: 210px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.author-info {
    background-color: #f5f5f5;
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 240px;
}
.author-info .author-info-img {
    width: 100%;
    height: 220px;
    width: 220px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 3px;
    position: relative;
}

.author-meta {
    display: inline-block;
    vertical-align: bottom;
}

.author-username {
    font-size: 26px;
    margin: 5px 0 0 0;
}

Similar snippets

Bootstrap example and template. bs4 favorite product profile

bs4 favorite product profile

Bootstrap example and template. users resume cards

users resume cards

Bootstrap example and template. bs4 profile header card

bs4 profile header card

Bootstrap example and template. bs5 profile security page

bs5 profile security page

Bootstrap example and template. real estate search header

real estate search header

Bootstrap example and template. chat app

chat app

Bootstrap example and template. simple user profile presentation social

simple user profile presentation social

Bootstrap example and template. user profile description

user profile description

Bootstrap example and template. Profile cover

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

Bootstrap 3.2.0

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

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

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