<!DOCTYPE html><html><head><style> div{margin-top:100px;margin-left:100px;width:300px;height:100px;background-color:#ff9900; box-shadow:20px 0px 30px 10px #abcdef ?inset;/zz//*这6个值分别是:left值 、top值、透明度、阴影外延宽度、颜色、向里凹陷(选填,默认为外延)*/}</style></head><body><div></div></body></html>
css3阴影
原文地址:http://www.cnblogs.com/heshimei/p/7760525.html