返回border和......登陆

border和box-shadow用法

关志宇2019-05-05 14:44:57319

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <title>学习css第三节课 --边框</title>
   <style type="text/css">
.box{width: 100px;height: 100px;border: 1px /* solid实线 double双线 dashed虚线 dotted 点状虚线*/ solid  #ccc;border-radius: 50%;}
       .main{width: 100px;height: 100px;border-top: 1px solid red; background: #ccc;margin-top: 50px;}
       button{border: none;}
       .shadow{width: 100px;height: 100px;border: 1px solid red; box-shadow: 1px 2px 3px;}
   </style>
</head>
<body>
<div class="box">111</div>
<div class="main">222</div>
<button>登录</button>
<div class="shadow">

</div>
</body>
</html>

最新手记推荐

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

全部回复(0)我要回复

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