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

左中右布局经典案例

时间:2017-04-23 18:09:28      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:布局   har   height   vcenter   中间   color   html   oct   div   

<!DOCTYPE html>

<html lang="en-US">

  <head>

  <meta http-equiv="Content-Type" content="text/html; charset=gbk">

    <style type="text/css">

        body{margin: 0px;}

        #divLeft{width:100px;height:800px;float: left;margin:0px;background-color:#8ADEFF;}

        #divCenter{width:100%;height:800px;margin:0px auto;background-color:red}

        #divRight{width:100px;height:800px;float: right;margin:0px;background-color:pink;}

    </style>

    <title>左中右</title>

</head>

<body>

    <div id="divLeft">

        左边的

    </div>

    <div id="divRight">

        右边的

    </div>

    <div id="divCenter">

        中间

    </div>

</body>

</html>

左中右布局经典案例

标签:布局   har   height   vcenter   中间   color   html   oct   div   

原文地址:http://www.cnblogs.com/clnchanpin/p/6753140.html

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