Ajax Loader
×

Untitled

HTML
<div><img src="http://placehold.it/250x150" alt=""></div>
1
<div><img src="http://placehold.it/250x150" alt=""></div>
2
<div><img src="http://placehold.it/150x250" alt=""></div>
 
CSS
div {
1
div {
2
  width: 100px;
3
  height: 100px;
4
  background-color: red;
5
  margin-bottom: 40px;
6
  line-height: 100px;
7
  text-align: center;
8
}
9
img {
10
  max-width: 100%;
11
  max-height: 100%;
12
  vertical-align: middle;
13
}
 

Untitled

CSSDeck G+