runoops.com

CSS3 text-emphasis 属性

改变单词之间的间距使得每行对齐:

p
{
    text-emphasis: filled red;
    -webkit-text-emphasis: filled red;
}

浏览器支持

目前主流浏览器都不支持 text-emphasis 属性。


定义和用法

text-emphasis 属性是简写属性,用于在一个声明中设置 text-emphasis-style 和 text-emphasis-color。

提示:Adobe 的 "Kenten Generic OpenType Font" 是一个适合重点标记的字体,它专门为重点标记设计。


CSS 语法

text-emphasis: text-emphasis-style text-emphasis-color;

属性值

描述
text-emphasis-style向元素的文本应用重点标记。
text-emphasis-color定义重点标记的前景色。

Captcha Code

0 笔记

分享笔记

Inline Feedbacks
View all notes