一个圆形的按钮

Original 2019-06-08 17:27:02 276
abstract:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>一个圆形登录按钮</title> <style type="text/css"> button{width: 
<!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>

作业:一个圆形的按钮

Correcting teacher:查无此人Correction time:2019-06-10 10:15:43
Teacher's summary:完成的不错。刚接触编程,理解起来比较辛苦。要坚持,继续加油。

Release Notes

Popular Entries