css feather border

Solutions on MaxInterview for css feather border by the best coders in the world

showing results for - "css feather border"
Wissem
19 Feb 2019
1-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
2-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
3box-shadow: 1px 2px 3px rgba(0,0,0,.5);
4
5/* From further on in the answer:
61px: Horizontal offset of the effect. Positive numbers shift it right, negative left.
72px: Vertical offset of the effect. Positive numbers shift it down, negative up.
83px: The blur effect.  0 means no blur.
9color: The color of the shadow.
10*/