- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <style type="text/css">
- .content {
- border: 1px solid #375;
- display: inline-block; // 讓每個元素以block為單位顯示在同一列上
- vertical-align: bottom; // 向下對齊, 向上對齊則改為top
- }
- </style>
- </head>
- <body>
- <div style="width: 680px;">
- <div style="width:120px;height:200px" class="content">內容1</div>
- <div style="width:300px;height:100px" class="content">內容2</div>
- <div style="width:180px;height:150px" class="content">內容3</div>
- </div>
- </body>
- </html>
如此一來便可達成目的了,結果如下圖:
沒有留言:
張貼留言