返回html5边框......登陆

html5边框的样式设置

光阴似箭2019-04-29 14:14:28359

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>边框</title>

<style>

.box{

width: 100px;

height: 100px;

border: 1px dashed;

border-radius: 50px;

}

.main{

width: 100px;

height: 100px;

border-top: 1px solid red;

background-color: #ccc;

border-left: 1px solid blue;

}

button{

border:none;

}

.shadow{

width: 300px;

height: 40px;

box-shadow: 0px 6px 30px #ccc inset;

/*border: 1px solid #ccc;*/

}

</style>


</head>

<body>

<div class="box"></div>

<div class="main"></div>

<button>登录</button>

<div class="shadow"></div>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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