12
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

注意書きなどに便利なCSS

Posted at

注意書きに使えます。

※をCSSで付けています。(IE7以下では※がつきません)

また、※以外は1文字下がって表示されます。
で折り返しても大丈夫。
できる限り装飾文字はコードに入れたくない場合などにいいかもしれません。

CSS
p.note { margin-left: 1em; text-indent: -1em;}
p.note:before { content:"※";}
HTML
<p class="note">memo memo memo memo memo memo memo memo memo memo memo memo memo memo memo memo memo memo memo memo</p>
12
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?