"SmashQ New laylout"
Bootstrap 4.1.1 Snippet by gbdevteam

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/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<div class="container emp-profile" style = "background-image: url(http://34.217.69.61/wp-content/uploads/2019/03/imageonline-co-invertedimage.png);" >
<div class="row">
<div class="col-md-4">
<div class="profile-img">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS52y5aInsxSm31CvHOFHWujqUx_wWTS9iM6s7BAm21oEN_RiGoog" alt=""/>
</div>
</div>
<div class="col-md-6">
<div class="profile-head">
<h5>
Jennifer Wood
</h5>
<h6>
Bio:
Hey guys im looking for a place to go live.
</h6>
</div>
</div>
<div class="col-md-10">
<ul class="tileMe">
<li><a class="lightbox" href="#dog">
<img src="http://34.217.69.61/wp-content/uploads/2019/02/dc-headshot-photographer-68.jpg"/>
</a>
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: -webkit-linear-gradient(left, #000, #fff);
}
.emp-profile{
padding: 3%;
margin-top: 3%;
margin-bottom: 3%;
border-radius: 0.5rem;
background: #fff;
}
.tileMe{
padding: 30px 0px 0px 0px;
list-style-type: none;
}
.tileMe li {
display: inline;
float: left;
padding-right: 52px;
}
.tile a {
display: block;
padding: 10px;
border: 1px solid red;
margin-right: 5px;
}
.profile-img{
text-align: center;
}
.profile-img img{
width: 100%;
height: 100%;
}
.profile-img .file {
position: relative;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: