返回简单的页面,浮......登陆

简单的页面,浮动

不乖2019-03-11 16:16:17208

<!Doctoye html>

<html>

    <head>

        <meta charset="UTF-8">

        <style>

        *{

        margin: 0;

        padding: 0;

        }

           ul li{

            list-style: none;

            width: 60px;

            height: 30px;

            background: pink;

            text-align: center;

            line-height: 30px;

            float: left;

            margin-left: 10px;

           }

           .clear{

            clear: both;

           }

           .odiv{

            width:340px;

            height: 30px;

            background: yellow;

            margin-left: 10px;

           }

/*有一个建议,为什么每次提交都提醒不能为纯英文,并且字数要在100字以上,不懂*/

        </style>

    </head>

    <body>

        <ul>

<li>html</li>

<li>html5</li>

<li>js</li>

<li>jquery</li>

<li>php</li>

</ul>

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

<div class="odiv"></div>

    </body>

</html>



最新手记推荐

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

全部回复(0)我要回复

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