码迷,mamicode.com
首页 > 其他好文 > 详细

两列定宽布局-(来自网易)

时间:2015-04-26 13:35:48      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:

<div class="g-bd f-cb">
    <div class="g-mn">
        <p>左侧定宽</p>
    </div>
    <div class="g-sd">
        <p>右侧定宽</p>
    </div>
</div>
<style>
/* 两列定宽布局 */
.g-bd{width:950px;margin:0 auto;}
.g-sd{float:right;width:230px;}
.g-mn{float:left;width:710px;}

</style>

 

左侧定宽

右侧定宽

两列定宽布局-(来自网易)

标签:

原文地址:http://www.cnblogs.com/LoveOrHate/p/4457585.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!