<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.box11 {
width: 300px;
height: 100px;
background: #ccc;
border-radius: 10px;
margin: 10px;
} .shadow {
position: relative;
max-width: 270px;
box-shadow: 0px 1px 4px rgba(0,0,0,0.3), 0px 0px 20px rgba(0,0,0,0.1) inset;
} .shadow::before, .shadow::after {
content: "";
position: absolute;
z-index: -1;
} .shadow::before, .shadow::after {
content: "";
position: absolute;
z-index: -1;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
} .shadow::before, .shadow::after {
content: "";
position: absolute;
z-index: -1;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
transform: rotate(-3deg);
} .shadow::after {
right: 10px;
left: auto;
transform: rotate(3deg);
} </style>
</head>
<body>
<div class="box11 shadow"></div> </body>
</html>

  

最新文章

  1. javascript中值传递与值引用的研究
  2. NHibernate系列文章二十四:NHibernate查询之Linq查询(附程序下载)
  3. MyBatis环境搭建
  4. bitset使用
  5. Android客户端与服务端交互之登陆示例
  6. visual studio 打开微软MVC3示例MvcMusicStore的详细修改方法
  7. Python——Flask框架——电子邮件
  8. sql server error 53
  9. 记一次bond引起的网络故障
  10. IDEA中,将项目加入maven管理。
  11. 字典 Dictionary
  12. layout图形化界面看不到内容 Failed to find the style corresponding to the id
  13. Linux的bash快捷键
  14. SSIS教程:创建简单的ETL包 -- 4. 增加错误处理流程(Adding Error Flow Redirection)
  15. Maven学习(三)-----Maven本地资源库
  16. HTTPS相关知识以及在golang中的应用
  17. Visual Studio 2013下我常用的两个插件
  18. 洛谷P4770 [NOI2018]你的名字(后缀自动机+线段树)
  19. 获取元素Bytagname区别/for循环应用
  20. Java-动态规划-最多苹果数量的方法

热门文章

  1. C语言中使用类似awk的功能
  2. LOJ10104Blockade
  3. python模块----paramicko模块 (ssh远程主机并命令或传文件)
  4. 一块网卡配2IP地址
  5. LInux-Lamp搭建
  6. 使用xshell连不上ubuntu14.04
  7. Python爬虫入门教程:豆瓣Top电影爬取
  8. The 2019 ICPC Asia Shanghai Regional Contest H Tree Partition k、Color Graph
  9. hdu2852 KiKi's K-Number
  10. WSL1中安装Docker