最新文章

LightBlog

2015/07/02

HTML-float 變化

 

image   imageimageimage

imageimageimageimage

imageimageimageimage

程式碼:

#1 {
    background-color: #6FF;
    height: 50px;
    width: 50px;       
   
}
#2 {
    background-color: #FF0;
    height: 100px;
    width: 100px;    
}

#3 {
    background-color: #F00;
    height: 150px;
    width: 150px;

    }

<div id="1">#1</div>
<div id="2">#2</div>
<div id="3">#3</div>

沒有留言:

Adbox