CSS Line-Stacking-Shift Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
This property determines the line stacking method for block elements containing elements with base-shift.
Syntax
line-stacking-shift: [value];
Possible values
- consider-shifts
- disregard-shifts
Initial Value
consider-shifts
Applies To
Block-level elements
Inherited
Yes
Media
Visual
Example
.class {
line-stacking-shift: disregard-shifts ;
}
Loading Twitter