HTML部分:
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title> 渐变——天际线</title> <link rel="stylesheet" type="text/css" href="style.css"></head><body> <div> 渐变——天际线 </div></body></html>
实现背景颜色渐变不需要在HTML(结构)部分做任何操作 这里加了一行字,方便显示效果;
(
HTML部分:
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title> 渐变——天际线</title> <link rel="stylesheet" type="text/css" href="style.css"></head><body> <div> 渐变——天际线 </div></body></html>
实现背景颜色渐变不需要在HTML(结构)部分做任何操作 这里加了一行字,方便显示效果;
(
文章来源:火云技术网
文章标题:css如何实现网页背景动态渐变效果
文章地址:https://www.pyhw.net/30386_css%e5%a6%82%e4%bd%95%e5%ae%9e%e7%8e%b0%e7%bd%91%e9%a1%b5%e8%83%8c%e6%99%af%e5%8a%a8%e6%80%81%e6%b8%90%e5%8f%98%e6%95%88%e6%9e%9c-2.html