What text attributes are added to css3
This article mainly introduces "what text attributes are added to css3". In daily operation, I believe many people have doubts about which text attributes are added to css3. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about "which text attributes are added to css3"! Next, please follow the editor to study!
The text properties of css3 are: punctuation-trim, text-align-last, text-justify, text-outline, text-overflow, text-shadow, text-wrap, word-break, and so on.
The operating environment of this tutorial: windows7 system, CSS3&&HTML5 version, Dell G3 computer.
New text properties for css3
Property description CSShanging-punctuation specifies whether a punctuation mark can go beyond the line box 3punctuation-trim specifies whether a punctuation mark is to remove 3text-align-last when text-align is set to justify, the alignment of the last line. 3text-justify specifies how the alignment is dispersed when text-align is set to justify. 3text-outline sets the outline of the text. 3text-overflow specifies what should happen when text overflows the contained elements. 3text-shadow shadows text 3text-wrap specifies text wrapping rules 3word-break specifies line breaking rules for non-CJK text 3word-wrap sets whether the browser wraps words that are too long. 3 at this point, the study of "which text attributes are added to css3" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!