gorogoronyan FC2

CSS content: ::berfore, ::after 擬似要素

概略

content のテキストは選択できません

テキストのコピーができません。 本文に関係するテキストは ::after, ::before の content にしない方が良いです。

前後にテキストを追加する

TestCSS_ul_li_marker_indent01.html
ul,li のリストで自前の箇条書きマークを ::before で付ける。
HTML: ul,ol,li タグ

コンテントを inline-block にする

::after や ::before で挿入する要素を display: inline-block; にすると要素の大きさ (width, height) を持たせることができます。
CSS display: inline, block, inline-block など

TestCSS_content_inline_block01.html
inline-block の擬似要素を入れるサンプル。

リンクにアイコンを付ける

TestHTML_a_icon_content01.html
リンクにアイコンをつける。 content にアイコン画像を設定する。
HTML: a タグ

コンテントを block にする

(工事中)

関連

inserted by FC2 system