1 Star 1 Fork 79

20级软件2班/HTML_Exercise_Cases

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
base.css 330 Bytes
一键复制 编辑 原始数据 按行查看 历史
滕鑫 提交于 2020-12-18 09:19 . 新疆行知书
*{
margin: 0px;
padding: 0px;
}
#father{
width: 780px;
margin: auto;
}
li{
list-style: none;
}
body{
background-color: blue;
}
#bt1{
background-color: lightsteelblue;
}
#bt1 li{
background: url(../img/icon2.gif) no-repeat left center;
padding-left: 14px;
margin-left: 4px;
padding-bottom: 4px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/level-20-software-class-2/html-exercise-cases.git
git@gitee.com:level-20-software-class-2/html-exercise-cases.git
level-20-software-class-2
html-exercise-cases
HTML_Exercise_Cases
master

搜索帮助