Ajax Loader
×

Untitled

HTML
<div class="wrapper">
1
<div class="wrapper">
2
  <div class="wrapper2">  
3
    <div class="photo"></div>
4
    <div class="param"></div>
5
  </div>
6
<div class="desc"></div>
7
</div>
 
CSS
.wrapper {width:500px; height:1000px; background:pink; margin:0 auto;}
1
.wrapper {width:500px; height:1000px; background:pink; margin:0 auto;}
2
 
3
.photo {background:yellow;float:left;height:300px;width:200px;}
4
.param {background:green;float:left; height:200px;width:200px;}
5
.desc {background:black;float:left; height:400px;width:280px;}
 

Untitled

CSSDeck G+