按钮练习-阴影按钮

Original 2019-02-15 11:47:06 194
abstract:<!DOCMENT TYPE> <html> <head> <title>按钮练习-阴影按钮</title> </head> <style type="text/css"> *{margin: 0;padding: 0;border: 0;} b
<!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;border: 1px solid #E62114;border-radius:10px;}
button:hover{box-shadow: 0px 5px 50px #fff inset;}
</style>
<body>
<button>阴影按钮</button>
</body>
</html>


Correcting teacher:灭绝师太Correction time:2019-02-15 13:12:12
Teacher's summary:一个小练习提交两次作业,不应该,我不想看到雷同的事情发生了,加油!

Release Notes

Popular Entries