返回一个圆形的按钮...登陆

一个圆形的按钮

阿涛2019-06-08 17:27:02273
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>一个圆形登录按钮</title>
	<style type="text/css">
	button{width: 500px;height: 500px;background: red;border:none;border-top: 5px dotted #0000FF;border-radius: 250px;font-size: 200px;color: #fff;box-shadow: 20px 10px 5px #ccc;}
	</style>
</head>
<body>
<button>登录</button>
</body>
</html>

作业:一个圆形的按钮

最新手记推荐

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

全部回复(0)我要回复

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