返回border、......登陆

border、box-shadow的使用

13月32号2019-04-11 12:00:47219

<!DOCTYPE html>

<html>

<head>

<title>圆柱状</title>

<style type="text/css">

*{

margin:0;padding:0;

}

li{

list-style: none;

padding:5px;

}

.shadow{

background-color: #fff;

width: 100px;

margin:50px auto;

text-align: center;

box-shadow: 0 20px 20px #ed4040 inset; 

cursor:pointer;

border:1px solid #ccc;

border-radius:5px;

}

</style>

</head>

<body>

<div class="shadow">

<ul>

<li>导航</li>

</ul>

<span></span>

</div>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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