1 Star 0 Fork 0

Xiechengqi / test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.backup 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="renderer" content="webkit" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>随便来个静态网站</title>
<meta name="description" content="静态网站展示" />
<meta name="keywords" content="静态, 网站, 前端, 学习, 博客" />
</head>
<style type="text/css">
* {
background-color: bisque;
}
h1 {
/* width: 100px; */
margin-top: 60px;
text-align: center;
}
.content {
display: flex;
flex-wrap: wrap;
width: 80vw;
margin: 10px auto;
justify-content: center;
}
a {
text-decoration: none;
}
article {
padding: 10px;
margin: 20px;
display: flex;
border-radius: 10px;
background-color: aquamarine;
}
article img {
padding: 0px 10px 0px 0px;
width: 20px;
height: 20px;
}
article:hover {
background: gray;
}
</style>
<h1>随便来个静态网站</h1>
<div class="content">
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Xiechengqi/test.git
git@gitee.com:Xiechengqi/test.git
Xiechengqi
test
test
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891