CSS 在CSS中添加背景渐变

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 在CSS中添加背景渐变相关的知识,希望对你有一定的参考价值。

<style>
.grad{
  background: -webkit-gradient(linear, left top, left bottom, from(#84c8d7), to(#327fbd));
  background: -moz-linear-gradient(top,  #84c8d7,  #327fbd);
  filter:
    progid:DXImageTransform.Microsoft.gradient(startColorstr="#84c8d7", endColorstr="#327fbd"); 
}
</style>
 
<div class="grad">This is a DIV with gradient background.</div>

以上是关于CSS 在CSS中添加背景渐变的主要内容,如果未能解决你的问题,请参考以下文章

如何将多个线性渐变添加到 CSS 背景?如果

css 向行或列背景添加渐变

html中如何让背景颜色渐变???

带偏移的 CSS 背景渐变

使用背景图像或 CSS3 渐变更好吗? (电话间隙)

使用 CSS 径向渐变添加模糊