drop-initial-after-adjust CSS Property
When you need to set point of alignment of drop initial for the primary connection point, the property drop-initial-after-adjust of CSS will be used.
Definition Of drop-initial-after-adjust property:
The drop-initial-after-adjust property of CSS allows to set the alignment point of the drop initial that is for the primary connection point.
What drop-initial-after-adjust property can do?
This drop-initial-after-adjust property that comes with CSS 3rd edition that specify the alignment point of drop initial to use as a primary connection point. This property can be applied for first letter pseudo elements. Default value of this attribute is text-after-edge.
How to use CSS drop-initial-after-adjust property?
Syntax:
1
drop-initial-after-adjust: [value];
Example:
1
drop-initial-after-adjust: central ;
Related posts
- border-image
- column-rule
- empty-cells
- border-bottom
- background-attachment
- text-shadow
- border-top
- box-direction
- font-emphasize-position
- resize
Tags: css drop initial after adjust, drop-initial-after-adjust, drop-initial-after-adjust property

No Response
Post your response