網頁

2016年8月31日 星期三

「CSS」中間div上下及中水平排列


<style type="text/css">
        #top {
            background-color: #1D1406;
        }
 
        #left_m {
            float: left;
            margin-left: 0px;
            width: 80%;
            height: 100%;
        }
        #right_m {
            float: right;
            margin-right: 0px;
            width: 20%;
            height: 100%;
        }
        #midden {
            display: inline;
            width: 100%;
            padding-bottom: 0px;
        }
 
        #bottom {
            float: left;
            margin-left: 0px;
            margin-bottom: 0px;         }     </style>

沒有留言:

張貼留言

影片的問題請留在影片的留言區裡。
部落格不會另外通知給我,所以很難發現你有留言。