LoginSignup
6
8

More than 5 years have passed since last update.

cssの:afterや:beforeのcontent内で改行したった

Posted at
.elm:after {
  content: 'とっても素敵な\A素敵な何か';
  white-space: pre;
}

white-space:pre;が無いと改行されなかったので注意!
(参考)
http://ithat.me/2015/09/15/css-before-after-content-line-break

6
8
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
6
8