hyphenate-before CSS Property
For hyphenated words, the hyphenate-before attribute lets you to declare the minimum number of characters before the hyphenation mark by providing any integer value.
Definition Of hyphenate-before property:
The hyphenate-before property of CSS is basically used to specify the minimum no. of characters before hyphen sign.
What hyphenate-before property can do?
This hyphenate-before property that comes with CSS third edition helps you out in defining the minimum number of letter before the hyphenation mark in a hyphenated word. This property can be used with almost all elements that typically contains hyphenated words.
How to use CSS hyphenate-before property?
Syntax:
1
hyphenate-before: [value];
Example:
1
hyphenate-before: auto;
Related posts
- box-align
- padding-left
- column-rule-width
- width
- hyphenate-resource
- counter-reset
- drop-initial-after-align
- font-size
- widows
- hanging-punctuation
Tags: css hyphenate before, hyphenate-before, hyphenate-before property

No Response
Post your response