返回按钮练习-阴影......登陆

按钮练习-阴影按钮

大志2019-02-15 11:38:14256
<!DOCMENT TYPE>
<html>
<head>
<title>按钮练习-阴影按钮</title>
</head>
<style type="text/css">
*{margin: 0;padding: 0;border: 0;}
button{width: 300px;height: 50px;margin: 20px auto;background: #F74F52;font-size: 26px;color:#fff;}
button:hover{box-shadow: 0px 5px 50px #fff inset;}
</style>
<body>
<button>阴影按钮</button>
</body>
</html>


最新手记推荐

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

全部回复(0)我要回复

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