返回浮动以及清除浮......登陆

浮动以及清除浮动

蛋炒饭2019-03-06 15:59:21154

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style>

*{margin:0;padding:0;}

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

.clear{clear:both;}

.test{width: 200px;height: 200px;background: yellow}

</style>

</head>

<body>


<ul>

<li>Jquery</li>

<li>PHP</li>

<li>JS</li>

<li>JAVA</li>

<li>HTML</li>

</ul>

<div></div>

<div>test1啊</div>

<div>test2</div>

<div>test3</div>


</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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