返回浮动在导航中的......登陆

浮动在导航中的应用

电动机2019-03-27 17:08:40196

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>浮动</title>

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

<link rel="shortcut icon " type="image/x-icon" href="">

    <style type="text/css">

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

    .box1{width: 200px;height: 200px;background: pink;float: right;}

    .clear{clear: both;}

    </style>

</head>

<body>

 <ul>

  <li>html</li>

  <li>css</li>

  <li>java</li>

  <li>php</li>

 

 </ul>

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

 <div class="box1">div1</div>

 <div class="box1">div2</div>

 <div class="box1">div3</div>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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