abstract:<!DOCMENT TYPE> <html> <head> <title>按鈕練習(xí)-陰影按鈕</title> </head> <style type="text/css"> *{margin: 0;padding: 0;border: 0;} b
<!DOCMENT TYPE> <html> <head> <title>按鈕練習(xí)-陰影按鈕</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>
Correcting teacher:滅絕師太Correction time:2019-02-15 13:11:14
Teacher's summary:練習(xí)的范圍可以廣一點(diǎn),練習(xí)內(nèi)容太過于簡單哦