Learn how to create a gradient background color on scroll.
Create a linear gradient background color that starts from the top. It starts from teal/green to blue:
body {
height: 3000px; /* Used to enable scrolling */
background: linear-gradient(55deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 85%);
}
Try it Yourself »
Tip: To learn more about gradient backgrounds, go to our CSS Gradients Tutorial.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!