自己动手画一个HTML5的按钮

it2022-06-30  92

<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <style type="text/css"> button{ width:32px; height:32px; border-radius:20px; outline:none; color:green; background:white; border:solid 1px green; cursor:pointer; font-size:18px; } </style> <button>+</button> </body> </html>

效果如图:

 

转载于:https://www.cnblogs.com/lizhaoyao/p/4987409.html


最新回复(0)