box-shadow属性详解及实现多重边框

1.CSS知识点: box-shadow:<inset> |<offset-x> |<offset-y>|<blur-radius>|<spread-radius>|<color> a.(inset-内阴影,默认是外,省略不填)  b.offset-x  x轴投影大小 ,正向右负向左 c.offset-y  y轴投影大小,正向右负向左 d.blur-radius 模糊大小  e.spread-ra
相关文章
相关标签/搜索