1 Star 0 Fork 0

Jerry K / alrale-laboratory

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
base.css 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jerry K 提交于 2021-08-09 14:42 . fix: formate dir
* {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
ul,
li {
list-style: none;
}
ul {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
a {
text-decoration: none;
color: #303133;
font-weight: 500;
}
HTML
1
https://gitee.com/g0ngjie/alrale-laboratory.git
git@gitee.com:g0ngjie/alrale-laboratory.git
g0ngjie
alrale-laboratory
alrale-laboratory
master

搜索帮助