1 Star 0 Fork 0

Ricardowang/HTML

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
style.css 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ricardowang 提交于 2021-11-02 20:20 . 首页
ul {
list-style: decimal;
}
h1 {
font-size: 25px;
padding-left: 10px;
}
li {
color: #3f3a64;
}
a {
color: #8e43e7;
transition: 0.3s;
text-decoration: none;
}
.display {
display: flex;
justify-content: start;
}
.html {
width: 20%;
height: 2%;
line-height: 25px;
margin-right: 15px;
padding-right: 15px;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}
.css {
width: 23%;
margin-right: 15px;
padding-left: 10px;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}
.flex {
height: 40%;
margin-right: 15px;
position: relative;
padding-right: 15px;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}
.heibai {
padding-right: 12px;
height: 20%;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/logicwang/HTML.git
git@gitee.com:logicwang/HTML.git
logicwang
HTML
HTML
master

搜索帮助