1 Star 0 Fork 0

XiangbinXu/rotating-album

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.html 1.43 KB
Copy Edit Raw Blame History
XiangbinXu authored 2021-01-03 14:20 . a simple music web
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>画册</title>
<link rel="stylesheet" href="css/index.css" />
</head>
<body style="background-image: url(img/bgImg.jpg);">
<!--/*外层最大容器*/-->
<br />
<div class="wrap">
<!-- /*包裹所有元素的容器*/-->
<div class="cube">
<!--前面图片 -->
<div class="out_front">
<img src="img/1.jpg" class="pic">
</div>
<!--后面图片 -->
<div class="out_back">
<img src="img/2.jpg" class="pic">
</div>
<!--左图片 -->
<div class="out_left">
<img src="img/3.jpg" class="pic">
</div>
<!--右图片 -->
<div class="out_right">
<img src="img/4.jpg" class="pic">
</div>
<!--上图片 -->
<div class="out_top">
<img src="img/5.jpg" class="pic">
</div>
<!--下图片 -->
<div class="out_bottom">
<img src="img/6.jpg" class="pic">
</div>
<!--小正方体 -->
<span class="in_front">
<img src="img/7.jpg" class="in_pic" />
</span>
<span class="in_back">
<img src="img/8.jpg" class="in_pic" />
</span>
<span class="in_left">
<img src="img/9.jpg" class="in_pic" />
</span>
<span class="in_right">
<img src="img/10.jpg" class="in_pic" />
</span>
<span class="in_top">
<img src="img/11.jpg" class="in_pic" />
</span>
<span class="in_bottom">
<img src="img/12.jpg" class="in_pic" />
</span>
</div>
</div>
<audio src="遇见.mp3" preload="meta" loop autoplay id="bgmusic"></audio>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/XiangbinXu/rotating-album.git
git@gitee.com:XiangbinXu/rotating-album.git
XiangbinXu
rotating-album
rotating-album
master

Search

0d507c66 1850385 C8b1a773 1850385