非常柔和的一个css背景样式
conic-gradient()模拟出光源阴影效果,从而实现一个充满高级感的背景光动画,感兴趣的小伙伴可以跟随小编一起学习一下,感兴趣的小伙伴,可以自己研究一下其他的颜色。
整合代码:
<div class="oaklee"></div>
<style>
.oaklee{
width: 1000px;
height: 600px;
background:
conic-gradient(
from -45deg at 400px 300px,
hsla(170deg, 100%, 70%, .7),
transparent 50%,
hsla(219deg, 90%, 80%, .5) 100%),
linear-gradient(-45deg, #060d5e, #002268);
}
</style>
实例:
🏆 每日挑战:你知道答案吗?
如何在 Python 中检查变量的类型?
温馨提示 : 非特殊注明,否则均为©李联华的博客网原创文章,本站文章未经授权禁止任何形式转载;IP地址:18.220.194.186,归属地:俄亥俄州Dublin ,欢迎您的访问!
文章链接:https://www.lilianhua.com/a-very-soft-css-background-style.html
文章链接:https://www.lilianhua.com/a-very-soft-css-background-style.html