码迷,mamicode.com
首页 > Web开发 > 详细

html5-div布局

时间:2017-09-09 10:51:28      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:type   red   width   css   oct   idt   oat   布局   lang   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>div布局-div与css搭配,不建议内部style方式</title>
</head>
<body>
<div style="width: 100%;height: 708px">
    <div style="background: green;width: 100%;height: 10%">头部</div>
    <div style="background: #f8f8f8;width: 20%;height: 80%;float: left;">导航栏</div>
    <div style="background: #f0f0f0;width: 80%;height: 80%;float: left;">我是ifrmae框架</div>
    <div style="background: red;width: 100%;height: 10%;clear: left">尾部</div>
    </div>
</body>
</html>

html5-div布局

标签:type   red   width   css   oct   idt   oat   布局   lang   

原文地址:http://www.cnblogs.com/houweidong/p/7497275.html

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