0

在此处输入图像描述

如何在没有图像的情况下在这样的元素上制作阴影?

4

1 回答 1

1

您可以使用 CSS3 box-shadow属性:

.my-box{ box-shadow: 0 0 4px #333333; }
于 2012-11-18T02:39:57.247 回答