网页头部CSS布局,LOGO和导航文字在同一栏。LOGO在中间,CSS要怎么写啊
1个回答
展开全部
分三步分好了,左边的导航一部分,中间的logo一部分,右边的导航在一部分就行了
更多追问追答
追问
可否贴出代码
追答
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
*{padding:0;margin:0;}
li{list-style:none;}
.header{width:1000px;margin:0 auto;}
.header:after{display:inline-block;width:100%; height:0;content:'\20'; clear:both;}
.nav_l,.logo{float:left;}
.nav_l{width:350px;background:yellow;}
.header li{float:left; }
.header li a {display:block;line-height:1.5em; padding:0 15px; color:#444; font-size:12px;}
.logo{width:200px;height:45px;background:#f00;font-size:40px; text-align:center; margin:0 50px;}
.nav_r{width:350px;float:right;background:pink;}
</style>
</head>
<body>
<div class="header">
<div class="nav_l">
<ul>
<li><a href="#">导航一</a></li>
<li><a href="#">导航二</a></li>
</ul>
</div>
<div class="logo">
logo
</div>
<div class="nav_r">
<ul>
<li><a href="#">导航三</a></li>
<li><a href="#">导航四</a></li>
</ul>
</div>
</div>
</body
细节部分你自己调整
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景。ai生...
点击进入详情页
本回答由博思aippt提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询