<!DOCTYPE html>
<html>
<head>
<title>bili</title>
<meta charset="UTF-8" />
<script type="text/javascript">
</script>
<style type="text/css">
*{margin:0px;padding:0px;}
.dingbu {
width:100%;
height:180px;
background-image:url("imgs/beijing1.png");
}
.logo {
width:100px;
height:100px;
float:left;
}
.mine {
width:500px;
height:100px;
float:left;
}
.sousuo {
width:500px;
height:100px;
margin:0px auto;
float:right;
}
.mine a
{
text-decoration:none;
color:white;
}
.mine ol
{
font-size:20px;
font-family:黑体;
list-style:none;
}
.mine li
{
cellpadding:20px;
padding:20px;
float:left;
}
</style>
</head>
<body>
<div class="dingbu">
<div class="logo"><a href="主页.html" ><img src="imgs/标志.png" width=120px /></a></div>
<div class="mine">
<ol>
<li><a href="">首页</a></li>
<li><a href="">我的</a></li>
<li><a href="">发现</a></li>
<li><a href="">订阅</a></li>
<li><a href="">会员</a></li>
</ol>
</div>
<div class="sousuo">
<table cellspacing=0px>
<tr>
<td class="sz"> </td> <td class="sc"> <input type="text" name="text" value="搜索最新鲜的视频"/> </td> <td class="sy"> <button></button> </td> </tr>
</table>
</div>
</div>
</body></html>初学CSS,还望见谅。
- 2 回答
- 0 关注
- 3243 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消