Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8589

【初心者でもわかる】文字をグラデーションにする方法

$
0
0

どうも7noteです。文字にもグラデーションをつける方法があるってご存知ですか?

グラデーションといえば、背景のbackgroundに指定するのが一般的です。

今回はこのグラデーションを文字に入れたいと思います。

※IEでは効かないので注意!

書き方

index.html
<p>この文字がグラデーションになる</p>
style.css
p{width:5em;color:#ACB6E5;/* IEでは効かないので、代わりの色を指定 */background:-webkit-linear-gradient(0deg,#33f,#f33);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}

sample.png

まとめ

IEで効かないのほんとに困る・・・
background-clip自体はIEでも使えるが、background-clip: text;だけIEで使えない。
・・・なぜ、textだけ。

おそまつ!

(コメント・質問・ソースの指摘等なんでもウェルカムです!初心者の方でも気軽に質問ください!)


Viewing all articles
Browse latest Browse all 8589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>