CSS Drop-Initial-Size Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The 'drop-initial-size' property controls the partial sinking of the initial letter. Using any other value than 'auto' removes the secondary connection line constraint.
Syntax
drop-initial-size: [value];
Possible values
- auto
- [line]
- [length]
- [percentage]
Initial Value
Auto
Applies To
::first-letter pseudo element
Inherited
No
Media
Visual
Example
.class {
drop-initial-size: 2% ;
}
Loading Twitter