快捷导航
发新帖
返回列表
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:"微软雅黑", "宋体", "黑体";}
a{ text-decoration:none;}
ul{ list-style:none;}

/*头部区域*/
.header{ width:100%; height:100px; background:#EF3134;}
.box{ width:1000px; height:100px; border:1px solid blue; margin:0 auto;}
.box .logo{margin:0 auto;}





<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<link rel="stylesheet" href="css/style.css">
</head>

<body>
<!--头部-->
<div class="header">
    <div class="box">
            <div class="logo"><img src="images/logo.png"/></div>
        <div class="tel"></div>
    </div>
    <div class="nav"></div>
</div>
<!--海报-->
<div class="banner"></div>
<!--公司简介-->
<div class="about"></div>
</body>
</html>

举报 使用道具
| 回复

共1个回复 最后回复于 2017-3-13 18:38

勤币 18146   学币 398  
沙发
发表于 2017-3-13 18:38:25 | 只看该作者
先给元素添加一个定位属性哦。
举报 使用道具
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表