发表于: 2017-03-24 23:11:42
2 599
今天完成的事情:
1、查看师兄回复,修改代码,生成魔镜代码3.0版;将代码上传至服务器,git,并使用手机端打开链接查看成果;
2、查看任务要求,上传任务;
<!DOCTYPE html>
<html lang="en">
<head>
<title>魔镜</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1;maximum-scale=1; user-scalable=no;">
<style type="text/css";>
.wrap{width: 100vw;
height: 100vh;
background-color: #79CDCD;
float:left;}
h5 { color: white ;
margin: 12vh 12vw auto 12vw;}
body{margin:0;}
</style>
</head>
<body>
<div class="wrap">
<div style="margin:2vh auto auto 5vw;" class="img"><img src="images/1.png" ></div>
<div style="text-align: center;margin:5vh auto auto auto;" class="img"><img src="images/2.png" ></div>
<h5 >葡萄藤轻游戏专注于桌游领域,提供在线杀人游戏,捉鬼,炸狼堡等多种聚会游戏,以下线下聚会桌游道具为主。</h5>
<div style="margin: 20vh auto auto 10vw;float:left" class="img"><img src="images/3.png" ></div>
<div style="margin:20vh 10vw auto auto;float:right" class="img"><img src="images/4.png" ></div>
</div>
</body>
</html>
3、写日报
明天计划的事情:
1、看师兄回复;
2、修改任务三或者开始任务四
3、写日报;
遇到的问题:
无
收获:
初步完成任务三的要求,并提交成果;
请师兄指点!
评论