返回 css浮动布局... 登陆

css浮动布局

李木子 2019-06-16 21:09:05 235

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>浮动</title>

<style>

.q{

width:172px;

height:20px;

}

.w{

width:40px;

height:20px;

background-color:pink;

float:left;

text-align:center;

margin-left:3px;

}

</style>

</head>


<body>

<div class="q">

<div class="w">1</div>

<div class="w">2</div>

<div class="w">3</div>

<div class="w">4</div>

</div>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网