"facebook post"
Bootstrap 3.0.0 Snippet by evarevirus

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="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<header>
<h1>Facebook <span>Post redesign</span></h1>
<p></p>
</header>
<section>
<div class="container">
<h2>Image Post Type</h2>
<div class="box image">
<div class="box-header">
<h3><a href=""><img src="https://goo.gl/oOD0V2" alt="" />Roswell Parian</a>
<span>March 21,18:45pm <i class="fa fa-globe"></i></span>
</h3>
<span><i class="fa fa-angle-down"></i></span>
<div class="window"><span></span></div>
</div>
<div class="box-content">
<div class="content">
<img src="https://goo.gl/nvqkEz" alt="" />
</div>
<div class="bottom">
<p>The life is much more interesant, when you remmenber the last time</p>
<span><span class="fa fa-search-plus"></span></span>
</div>
</div>
<div class="box-likes">
<div class="row">
<span><a href="#"><img src="https://goo.gl/oM0Y8G" alt="" /></a></span>
<span><a href="#"><img src="https://goo.gl/vswgSn" alt="" /></a></span>
<span><a href="#"><img src="https://goo.gl/4W27eB" alt="" /></a></span>
<span><a href="#">+99</a></span>
<span>Like this</span>
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
@import url('//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
*,*::before,*::after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
::-webkit-input-placeholder {color: #C6C9D0;}
:-moz-placeholder {color: #C6C9D0;}
::-moz-placeholder {color: #C6C9D0;}
:-ms-input-placeholder { color: #C6C9D0;}
html, body {
background: #E6E7EA;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin: 0;
padding: 0;
}
a {
color: #3B5998;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
header {
background: #395590;
color: #FFF;
height: 300px;
margin: 0 auto;
padding: 0;
overflow: hidden;
position: relative;
width: initial;
}
header > h1 {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: