LoginSignup
13
14

More than 5 years have passed since last update.

Console.logの出力にスタイル指定をする

Posted at

Google+がやっているやつ。

kyoju000001.JPG

console.log("%c%s",
            "color: red; background: yellow; font-size: 24px;",
            "警告!"
);

13
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
13
14