1 Star 0 Fork 0

Komorebi/pupipaka.github.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Komorebi 提交于 2020-09-28 17:45 . bb
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>趣游趵突_小程序二维码</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
#div1,#div2{
font-family: ;
font-size: large;
margin: 50px auto;
text-align: center;
}
#div2 img {
width: 200px;
height: 200px;
}
@keyframes animation1 {
0% {
left: -10%;
bottom: 10%;
}
100% {
left: 110%;
bottom: 10%;
}
}
.animation-div {
width: 150px;
height: 150px;
position: fixed;
Left: 0;
Bottom: 0;
z-index: 2;
animation: animation1 6s infinite linear;
-webkit-animation: animation1 6s infinite linear;
/*Safari and Chrome*/
}
</style>
</head>
<body>
<div id="div1">
<big>
<h1>第十八届山东省大学生软件设计大赛</h1>
<br />
<h3>HTML5创意应用微信小程序组:对对队</h3>
</big>
</div>
<div id="div2">
<img src="images/二维码.jpg" />
<p>(小程序二维码)</p>
</div>
<img class="animation-div" src="images/MoveWhite3.gif" />
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/komorebiiii/pupipaka.github.io.git
git@gitee.com:komorebiiii/pupipaka.github.io.git
komorebiiii
pupipaka.github.io
pupipaka.github.io
master

搜索帮助