CSS Drop-Initial-Value Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The 'drop-initial-value' property is the basic property that activates a drop-initial effect. By providing a value different than 'initial or '1', the primary connection point is moved after the initial line.
Syntax
drop-initial-value: [value];
Possible values
- initial
- [integer]
Initial Value
initial
Applies To
::first-letter pseudo element
Inherited
No
Media
Visual
Example
.class {
drop-initial-value: ;
}
Loading Twitter