CSS3 text-fill-color
此屬性可以設定文字的填充顏色。
如果同時設定 text-fill-color和color屬性,那麼前者將覆蓋後者的效果。
語法結構:
[CSS] 純文字檢視 複製程式碼text-fill-color:<color>
程式碼例項:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style> html,body{ margin:50px 0; } .text-fill-color{ width:950px; margin:0 auto; background:-webkit-linear-gradient(top,#eee,#aaa 50%,#333 51%,#000); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size:30px; text-transform:uppercase; } </style> </head> <body> <div class="text-fill-color">text-fill-color</div> </body> </html>
上面的程式碼演示了text-fill-color屬性的作用,更多內容參閱相關閱讀。
相關閱讀:
(1).linear-gradient參閱CSS3 linear-gradient()線性漸變一章節。
(2).background-clip參閱CSS3 background-clip一章節。
(3).text-transform參閱CSS text-transform屬性一章節。
相關文章
- CSS text-fill-colorCSS
- CSS3CSSS3
- CSS3簡明教程之初識CSS3CSSS3
- css3省略……CSSS3
- CSS3 quotesCSSS3
- CSS3 TransitionCSSS3
- CSS3 rotate()CSSS3
- CSS3 clipCSSS3
- CSS3 @supportsCSSS3
- CSS3 currentColorCSSS3
- CSS3 vmaxCSSS3
- CSS3 vminCSSS3
- CSS3 vhCSSS3
- CSS3 vwCSSS3
- CSS3 remCSSS3REM
- CSS3 attr()CSSS3
- CSS3 orderCSSS3
- CSS3 columnsCSSS3
- CSS3 counter()CSSS3
- CSS3動畫CSSS3動畫
- CSS3筆記CSSS3筆記
- CSS3 動畫解析CSSS3動畫
- CSS3初識CSSS3
- CSS3 animation 動畫CSSS3動畫
- css3 漸變CSSS3
- CSS3 @keyframesCSSS3
- css3 新特性CSSS3
- CSS3 七 字型CSSS3
- CSS3 之 flexCSSS3Flex
- css3動畫整理CSSS3動畫
- css3漸變CSSS3
- CSS3過渡CSSS3
- 淺談css3CSSS3
- CSS3象棋效果CSSS3
- CSS3 perspective(n)CSSS3
- CSS3 ::SelectionCSSS3
- CSS3之背景CSSS3
- CSS3背景影像CSSS3