返回练习盒模型,边......登陆

练习盒模型,边框,边框阴影

夏雪忆梦2019-01-20 21:26:35169

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

<style>

.box{

width: 200px;

height: 200px;

border: 1px solid #bbb;

padding: 2px;/*上右下左*/

margin:3px

}

button{

border: none;

border-radius: 5px;

box-shadow: 2px 2px 3px #000000;

}

</style>

</head>

<body>

<div class="box">111</div>

<button>按我</button>

</body>

</html>



最新手记推荐

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

全部回复(0)我要回复

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