.button{ background: linear-gradIEnt(140deg,#00C9FF 35%,transparent 35%);}解决方法 您可以将文本包装在< p>中.标记并为此标记设置线性渐变.
button{ background: linear-gradIEnt(140deg,transparent 35%); color: white; Font-size: 30px;}p{ margin: 0; Font-size: 50px; background: -webkit-linear-gradIEnt(130deg,red 65%,black 15%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
<button type="button"><p>some long text</p></button>总结
以上是内存溢出为你收集整理的在html中改变对角线渐变线两侧的文字颜色全部内容,希望文章能够帮你解决在html中改变对角线渐变线两侧的文字颜色所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)