-webkit-box-reflect
Talk0
645pages on
this wiki
this wiki
The CSS -webkit-box-reflect Apple extension property defines a reflection of a border box.
Values
Edit
| Value | Description |
|---|---|
above | The reflection appears above the border box. |
below | The reflection appears below the border box. |
left | The reflection appears to the left of the border box. |
right | The reflection appears to the right of the border box. |
<offset> | The distance of the reflection from the edge of the border box, in length units (px, em, etc) or as a percentage. The default value is 0.
|