作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
您好,我想为我的 div 背景添加渐变色。我试过这段代码,但它不起作用
#apple {
background: #0E5D7B;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(white, #0E5D7B);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(white, #0E5D7B);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(white, #0E5D7B);
/* For Firefox 3.6 to 15 */
background: linear-gradient(white, #0E5D7B);
/* Standard syntax */
}
<div id="apple" style="height: 300px;width:auto;background-color: #0E5D7B; margin-top: 0px;">
</div>
请告诉我如何解决这个问题
最佳答案
#apple{
height: 300px;
width:auto;
background-color:#0E5D7B;
margin-top: 0px;
background:linear-gradient(white, lightblue);
}
<div id="apple">
</div>
关于html - 如何在div中为背景添加渐变色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39558896/
我需要我的 Sprite 从一种颜色过渡到另一种颜色,等等...比如蓝色,然后绿色,然后紫色,但我找不到任何好的 Action ,我想知道,我应该使用动画吗?或者是否有为此采取的联合行动? 最佳答案
我必须做某事。像这样,我无法弄清楚问题是什么。这是我的代码: size(200,200); background(255); float w = 200 ; float radius = 20; wh
我需要更改 Lollipop (API 21) 应用程序中 ProgressBar 元素的颜色。更清楚地说,我的意思是,例如,Youtube 移动应用程序循环进度条。例如,我需要将进度条的颜色设为红色
如何让网站像下面的例子那样改变 Activity 栏的颜色: 最佳答案 在您的网页中添加: 阅读更多 here . 关于android - 如何在 Material Design 中让 Activi
按照目前的情况,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
我是一名优秀的程序员,十分优秀!