CSS 1.css介绍 css指的是层叠样式表(cascading style sheets) 官方文档:https://www.w3school.com.cn/css/index.asp为什么需要c
顺晟科技
2022-09-13 12:14:57
162
很神奇的背景设置,
看代码,
<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
可以看出很多浏览器都支持!
09
2022-11
09
2022-11
09
2022-11
09
2022-11
19
2022-10
19
2022-10