返回这个是我的第一......登陆

这个是我的第一个css中的第一个浮动

小易php2019-04-15 17:57:29221

<!DOCTYPE html>

<html>

<head>

<style type="text/css">

*{margin:0;padding:0;}

    .box1{width:300px;height:40px;background:#763233;float:left;}

    .box2{width:300px;height:40px;background:red;float:left}

    .box3{width:300px;height:40px;background:pink;float:right;}

    .clear{clear: both;}


</style>

<meta charset="utf-8">

    <title>这个是我的第一个css中的第一个浮动</title>

</head>

<body>

<div class='box1'>

    <p>第一个板块</p>

</div>


<div class='box2'>

    <p>第二个板块</p>

</div>


<div class='box3'>

    <p>第三个板块</p>

</div>

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

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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