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

CSS边框样式

天腾²⁰¹⁹2019-03-06 17:52:02177

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>CSS边框</title>

<style>

.box{width: 150px;height: 150px;background: violet; border: 2px dashed #ccc;border-radius: 75px}

.main{width: 150px;height: 150px;border-right: 1px dotted red;border-bottom: 1px double black;border-top: 1px solid red;background: #fff;border-left: 1px solid pink;}

button{border: 1px double burlywood;margin-top:10px }

.shadow{width:300px;height: 50px;box-shadow: 1px 5px 40px yellowgreen inset;margin-top: 10px;}


</style>




</head>

<body>

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

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

<button>登录</button>

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

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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