加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
weitingyue.html 3.00 KB
一键复制 编辑 原始数据 按行查看 历史
陌谦 提交于 2018-12-15 20:01 . 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="./logo/migaomei.png">
<link rel="stylesheet" href="./css/weitingyue.css">
<title>Movie apprieciation</title>
</head>
<body style="background:black;margin:0;padding:0;height: 70%" >
<div style="display: flex;margin-top: 1%;margin-bottom: 1%">
<a href="checkJump.html">
<img src="./logo/logo1.png" alt="图片无法显示" style="width:180px;height:110px;margin-left:3%">
</a>
<img src="./logo/Biglogo.png" alt="图片无法显示" style="width: 450px;height: 730px;position: absolute;margin-left: 10%" >
<img src="./logo/line1.png" alt="图片无法显示" style="position:absolute;margin-left:81%;margin-top: 1.5%">
<img class="click" src="./logo/Blog.png" alt="图片无法显示" style="width:23px;height:23px;position:absolute;margin-left:88%;margin-top: 3%">
<span style="color:white;font-size:15px;font-family: fantasy;position: absolute;margin-left: 91%;margin-top: 3.2%">Media Website</span>
<span class="train">
FLOW THE TRAIN
</span>
<ul class="box" style="padding:0;">
<li class="box1">
<a href="./music.html">
<img class="click" src="./logo/music.png" alt="图片无法显示">
</a>
<span class="write">MUSIC</span>
</li>
<li class="box1">
<a href="./Media.html">
<img class="click" src="./logo/video.png" alt="图片无法显示">
</a>
<span class="write">VIDEO</span>
</li>
<li class="box1">
<img class="click" src="./logo/login.png" alt="图片无法显示">
<span class="write">LOGIN</span>
</li>
</ul>
</div>
<div class="background">
<img src="./images/gonglu.jpg" alt="图片无法显示" style="width:100%;height:525px">
</div>
<div class="pindao">
<img src="./logo/pindao.png" alt="图片无法显示" style="width:130px;height: 100px;margin-left: 2%;position: absolute">
</div>
<div class="person">
<a href="./film star1.html">
<img src="./logo/person.png" alt="图片无法显示" style="width:110px;height: 150px;position: absolute;margin-left: 20%;margin-top: 15%">
</a>
</div>
<div>
<img src="./logo/migaomei.png" alt="图片无法显示" style="position:absolute;height:300px;width:450px;margin-left: 34.5%;margin-top: 1%">
</div>
<div class="film">
<a href="./cinema.html">
<img src="./logo/jiaopian.png" alt="图片无法显示" style="position:absolute;height: 180px;width: 150px;margin-top: 9%;margin-left: 78%">
</a>
</div>
</div>
<div class="write2">
<span>
<p class="slideInUp">
CULVER CITY.LOS ANGELES 310.8154.1390
</p>
</span>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化