码迷,mamicode.com
首页 > 其他好文 > 详细

阴影边框

时间:2014-07-26 01:08:06      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   os   io   width   for   

<!doctype html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus®">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <title>Document</title>

  <style>
  .shadow {
-moz-box-shadow: 1px 1px 5px #ccc;
-webkit-box-shadow: 1px 1px 5px #ccc;
box-shadow: 1px 1px 5px #ccc;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=‘#cccccc‘)";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=‘#cccccc‘);
}
  </style>
 </head>
 <body>
  <div class="shadow" style="width:200px;height:200px;border:solid 1px #ccc"></div>
 </body>
</html>

 

阴影边框,布布扣,bubuko.com

阴影边框

标签:des   style   blog   color   os   io   width   for   

原文地址:http://www.cnblogs.com/wzq806341010/p/3868713.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!