Ajax Loader
×

Untitled

HTML
<div class="section1">
1
<div class="section1">
2
        <h2>Stuff in section one</h2>
3
</div>
4
<img src="http://placekitten.com/200/200" class='myimg'>
5
<div class="section1">
6
        <h2>Stuff in section two</h2>
7
</div>
8
 
9
<div class="section2">
10
    <div class="container"> 
11
        <h2>We compare all of the top travel sites</h2>
12
    </div>
13
</div>
 
CSS
.myimg{
1
.myimg{
2
    position: relative;
3
    display: block;
4
    margin-top: -20px;
5
    margin-bottom: 0px;
6
    margin-right: auto;
7
    margin-left: auto;
8
}
 

Untitled

CSSDeck G+