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

css的边框样式

在那不遥远的地方2019-01-28 00:46:20248
<!DOCTYPE html>
<html>
<head>
    <meta cherset="utf-8">
    <title>边框部分知识</title>
    <link rel="shortcut icon" type="image/x-icon" href="image/logo.png">
    <link rel="stylesheet" type="text/css" href="css/hcx.css">
    <style type="text/css">
    .box{width: 150px;height: 150px;border: 1px dotted #ccc;border-radius: 75px;>
    .main{width: 150px;height: 150px;border-top: 1px solid red;background: #ccc;border-left: 1px soid red;}
    button{border: none;}
    .shadow{width: 300px;height: 40px;box-shadow: 0px 6px 30px inset;}
    </style>                                                         </head>
 <body>
     <div class="box"></div>
     <div class="main"></div>
     <button>登录</button>
     <div class="shadow"></div>
</body>
</html>


最新手记推荐

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

全部回复(0)我要回复

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