1 Star 0 Fork 469

夸克/learngit

forked from 廖雪峰/learngit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appreciation.html 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
GaoXiaoHang 提交于 2017-01-08 11:48 . test pull requests (#1775)
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<title>appreciation for master liao</title>
<style>
html,body{
width:100%;
height:100%;
margin:0;
padding:0;
}
.content{
width:400px;
height:200px;
margin:0 auto;
border:solid 1px black;
position:relative;
top:50%;
transform:translateY(-70%);
}
.word{
text-align:center;
position:relative;
top:50%;
transform:translateY(-70%);
}
</style>
</head>
<body>
<div class="content">
<div class="word">
<h2>感谢老师的git教程</h2>
<h4>Thanks for your git teaching on your website!</h4>
<h6 style="text-align:right">From Faremax&nbsp;&nbsp;&nbsp;<h6>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenyunhui520/learngit.git
git@gitee.com:chenyunhui520/learngit.git
chenyunhui520
learngit
learngit
master

搜索帮助