WebMaster Index
Web サイト制作をマスターするためのインデックス
インデックス
新着情報
text-justify
text-justify は文章に適用される両端揃えの種類を指定します。この指定は要素に text-align: justify; が指定されているときに適用されます。 値 none, auto, inter-word, […]
2021/02/25 00:00 [CSS プロパティ]
text-indent
text-indent は文章の1行目のインデントを指定します。 値 数値 + px, em, ex, % 等 初期値 0 対象 ブロックコンテナ 継承 する CSS レベル CSS 1~ サンプル p { text-i […]
2021/02/24 00:00 [CSS プロパティ]
text-emphasis-style
text-emphasis-style は圏点の形を適用します。text-emphasis で text-emphasis-color と共に一括指定も可能です。 値 filled, open, dot, circle, […]
2021/02/23 00:00 [CSS プロパティ]
text-emphasis-color
text-emphasis-color は圏点の色を適用します。text-emphasis で text-emphasis-style と共に一括指定も可能です。 値 RGB 数値, 色名 初期値 currentcolo […]
2021/02/22 00:00 [CSS プロパティ]
text-emphasis
text-emphasis はテキストに対し圏点を適用します。 これは text-emphasis-style と text-emphasis-color の一括指定です。 値 text-emphasis-style と […]
2021/02/21 00:00 [CSS プロパティ]