返回css边框样式...登陆

css边框样式

L2019-04-01 18:05:17226
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <link rel="icon" type="image/x-icon" href="">
    <title>css边框样式</title>
    <style type="text/css">
        .box1{width: 200px;height: 200px;border: 1px solid #000;}
        .box2{width: 200px;height: 200px;border: 1px solid #ccc;background: red;border-radius: 50%;}
        button{width: 100px;height: 30px;line-height: center; border: none;}
        .box3{width: 200px;height: 200px;background: green; box-shadow: 10px -10px 5px #ccc;}
    </style>
</head>
<body>
    <div class="box1"></div>
    <hr>
    <div class="box2"></div>
    <hr>
    <button>登录/注册</button>
    <hr>
    <div class="box3"></div>
</body>
</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送