Files
2018-10-16 21:32:40 +05:30

11 lines
452 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Add a box-shadow to a Card-like Element
localeTitle: 将盒子阴影添加到类似卡片的元素
---
## 将盒子阴影添加到类似卡片的元素
box-shadow属性将一个或多个阴影附加到元素。
h-offset必需。阴影的水平偏移。正值将阴影置于框的右侧负值将阴影置于框的左侧。
v-offset必需。阴影的垂直偏移。正值将阴影置于框下方负值将阴影置于框上方。