description & Usage
To form a reflection of an element, we use the box-reflect property.
Informations
| # | Description |
|---|---|
| Default Value | none |
| Inherited | no |
| Animatable | no |
| Version | CSS3 |
| JavaScript syntax | object.style.webkitBoxReflect="below" |
Browser compatibility and Support
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| box-reflect |
Syntax
Values
| Values | Description |
|---|---|
| none | |
| below | |
| above | |
| left | |
| right | |
| position offset | |
| position offset gradient | |
| initial | Adds this value to its default property. |
| inherit | It inherits this value from its parent tag. |