边框底部中心淡出

时间:2015-03-16 07:21:05

标签: css border

如何创建以淡出效果为中心的边框朝向元素的边缘 示例如下:(底部边框)

enter image description here

1 个答案:

答案 0 :(得分:1)

在容器盒上使用背景效果:

background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#777), to(#fff));