css-doodle实现飞机窗外美丽晚霞河流景色风景效果代码
代码语言:html
所属分类:布局界面
代码描述:css-doodle实现飞机窗外美丽晚霞河流景色风景效果代码
代码标签: css-doodle 飞机 窗外 美丽 晚霞 河流 景色 风景
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> html, body { height: 100%; margin: 0; background: #0B0E10; } body { display: grid; place-items: center; } </style> </head> <body > <css-doodle seed="1652082487007"><style> @grid: 1 / 600px; --colors: @stripe.@m9( hwb(calc(-120/@N*@n) 0% calc(110%/@N*@n)) ); background: linear-gradient(var(--colors)); ::after { content: ''; position: absolute; bottom: 0%; opacity: .7; @.........完整代码请登录后点击上方下载按钮下载查看
网友评论0