CSS - text-emphasis

トップ > CSSリファレンス > text-emphasis

概要

属性名 text-emphasis
<'text-emphasis-style'> || <'text-emphasis-color'>
初期値個々のプロパティを参照
適用可能要素個々のプロパティを参照
継承個々のプロパティを参照
サポートhttps://caniuse.com/?search=text-emphasis

説明

テキストの上部に注意すべき箇所であることを示す圏点(けんてん)に関して、text-emphasis-styletext-emphasis-color の値をまとめて指定します。text-emphasis-position を指定することはできません。

使用例

CSS
.filled-circle-red {
  font-size: 20pt;
  text-emphasis: filled circle red;
}
HTML
<span class="filled-circle-red">いろは</span>
表示
いろは

関連項目

text-emphasis-style, text-emphasis-color, text-emphasis-position

リンク


Copyright (C) 1997-2022 杜甫々
初版:1997年7月27日、最終更新:2022年7月31日
http://www.tohoho-web.com/css/prop/text-emphasis.htm