gpt4 book ai didi

html - 我可以将 webkit-gradient 应用于边框或背景吗?

转载 作者:太空狗 更新时间:2023-10-29 13:23:17 25 4
gpt4 key购买 nike

所以我想让边框变淡。我有我想要的确切 webkit 渐变设置。

但不确定如何在边框元素上实现它。

这可能吗?我该怎么做?

请仅使用 CSS3。

顺便说一句,我尝试了以下 CSS,但没有用:

border-color: -webkit-gradient( linear, left bottom, left top, color-stop(0.74, rgb(214,11,11)), color-stop(0.39, rgb(175,13,13)), color-stop(0.07, rgb(157,22,22)));
border-style: solid;
border-width: 10px;

最佳答案

是的,您可以将 -webkit-gradient 应用于边框:

-webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat;

(from this example on webkit.org)

See the blog post on Webkit.org about -webkit-gradient

关于html - 我可以将 webkit-gradient 应用于边框或背景吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3826363/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com