返回导航和浮动初步......登陆

导航和浮动初步测试

木子曈2019-03-20 23:09:46203

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>导航条</title>

<link rel="stylesheet" type="text/css" href="">

<style type="text/css">

#{margin: 0;padding: 0;}

ul li{list-style: none; width: 100px;height: 40px;line-height: 40px;text-align: center;background-color: #ccc;margin: 5px 1px;float: left;}

div{width: 200px;height: 200px;background-color: pink;float: left;}

.clear{clear: both;}


</style>

</head>

<body>

<ul>


<li>苹果</li>

<li>栗子</li>

<li>西瓜</li>

<li>葡萄</li>

<li>榴莲</li>

<li>香蕉</li>


</ul>

<div class="clear"></div>

<div>div1</div>

<div>div2</div>

<div>div3</div>

</body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送