1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【TailwindCSS】背景色と文字色を反転する方法

Posted at

以下のようにmix-blend-*を使用すると背景色に合わせて文字色が変更されます。

  <div className="h-6 w-12 bg-[linear-gradient(to_right,_white_50%,_black_50%)]">
    <h1 className="font-bold text-white mix-blend-difference">テスト</h1>
  </div>

スクリーンショット 2024-03-21 1.22.05.png

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?