<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
div {
height: 100vh;
background: rgba(0, 0, 0, .7);
color: #fff;
line-height: 100vh;
text-align: center;
font-size: 20vh;
}
.a-img1 {
background-image: url(https://images.pexels.com/photos/1097491/pexels-photo-1097491.jpeg);
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
.a-img2 {
background-image: url(https://images.pexels.com/photos/2437299/pexels-photo-2437299.jpeg);
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
.a-img3 {
background-image: url("https://images.pexels.com/photos/1005417/pexels-photo-1005417.jpeg");
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
</style>
</head>
<body>
<div class="a-text">1</div>
<div class="a-img1">2</div>
<div class="a-text">3</div>
<div class="a-img2">4</div>
<div class="a-text">5</div>
<div class="a-img3">6</div>
<div class="a-text">7</div>
</body>
</html>
如何用css做出酷炫的视差滚动效果
花开花落的博客2023-08-12 13:09
相关推荐
2401_882727571 小时前
低代码配置式组态软件-BY组态NoneCoder1 小时前
CSS系列(36)-- Containment详解anyup_前端梦工厂1 小时前
初始 ShellJS:一个 Node.js 命令行工具集合5hand1 小时前
Element-ui的使用教程 基于HBuilder XGDAL1 小时前
vue3入门教程:ref能否完全替代reactive?六卿1 小时前
react防止页面崩溃z千鑫2 小时前
【前端】详解前端三大主流框架:React、Vue与Angular的比较与选择m0_748256142 小时前
前端 MYTED单篇TED词汇学习功能优化小白学前端6664 小时前
React Router 深入指南:从入门到进阶web130933203984 小时前
前端下载后端文件流,文件可以下载,但是打不开,显示“文件已损坏”的问题分析与解决方案