css颜色逐渐过渡消失 linear-gradient
摘要:#### 渐变背景样式 CSS样式解释 /* 该样式定义了一个从上到下的线性渐变,从完全透明的黑色渐变到完全不透明的黑色 */ background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* 这是上述样式的
阅读全文
posted @ 2021-06-14 18:04
posted @ 2021-06-14 18:04
posted @ 2021-06-11 00:42
posted @ 2021-06-10 22:08
posted @ 2021-06-10 15:55
posted @ 2021-06-08 02:55
posted @ 2021-06-07 03:04