jiqing9006

很神奇的背景设置,
看代码,

<html>
	<title>css</title>
	<style>
		.content {
            background: linear-gradient(90deg,yellow,red);
            width: 100%;
            height: 100%;
		}
	</style>
	<body>
        <div class="content"></div>
	</body>
</html>

会产生这种效果的背景。

查看浏览器支持性,www.caniuse.com

可以看出很多浏览器都支持!

分类:

技术点:

相关文章:

  • 2018-04-05
  • 2021-09-12
  • 2021-10-19
  • 2021-08-04
  • 2021-12-22
  • 2021-06-12
  • 2021-11-01
猜你喜欢
  • 2021-08-04
  • 2021-08-04
  • 2021-10-09
  • 2021-10-14
  • 2021-05-20
  • 2021-12-02
相关资源
相似解决方案