"4. My Profile"
Bootstrap 3.3.0 Snippet by jeevan123456

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class="main-content">
<div class="container">
<h3 class="site-title">My Profile</h3>
<div class="row">
<div class="col-md-9">
<div class="row">
<div class="panel">
<div class=" panel-body ">
<div class="col-md-5">
<img class="img-responsive" src="http://www.pvhc.net/img240/uyttxprhsqycyximpzjb.png" style="width:30%;">
<i class="fa fa-wrench"> Edit</i>
<div class=" clearfix">
<h3>Abhinav Bhattacharya </h3>
<div class="profile-ratings">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<h4>You are a Free Member</h4>
<button type="button" class="btn btn-success btn-md pull-center">Upgrade now</button>
<hr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body {background:#f2f2f2;}
i {font-size:12px; color:#dd0000;}
.site-title {margin-top: 80px;margin-bottom: 20px; font-weight: 300;}
.panel {
-moz-box-shadow: 0 2px 6px rgba(0,0,0,.08);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.08);
box-shadow: 0 2px 6px rgba(0,0,0,.08);
background-color: #fff;
margin-bottom: 30px;
}
/********************* GENERIC BACKGROUND COLOR ************/
.bg-red {
background-color: #F44336 !important;
color: #fff; }
.bg-red .content .text,
.bg-red .content .number {
color: #fff !important; }
.bg-pink {
background-color: #E91E63 !important;
color: #fff; }
.bg-pink .content .text,
.bg-pink .content .number {
color: #fff !important; }
.bg-purple {
background-color: #9C27B0 !important;
color: #fff; }
.bg-purple .content .text,
.bg-purple .content .number {
color: #fff !important; }
.bg-deep-purple {
background-color: #673AB7 !important;
color: #fff; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: