0
点赞
收藏
分享

微信扫一扫

button的高级应用

悲催博士僧 2022-02-02 阅读 43

源代码如下:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=, initial-scale=1.0">
    <title>立即注册</title>
    <style>
        button{
            width: 200px;
            height: 40px;
            background-color: red;
            color: white;
            /* border: none; */
        }
    </style>
</head>
<body>
    <button>立即注册</button>
</body>
</html>

效果如下图:

 

举报

相关推荐

0 条评论