1 Star 0 Fork 0

tgy100/css_practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
行业动态.html 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
tgy 提交于 2017-12-15 14:40 . 提交css代码
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style type="text/css">
.out{
width: 500px;
height: 400px;
margin: 0px auto;
border: 1px solid #bbb;
border-top: 2px solid yellow;
}
.out .one{
height: 50px;
line-height: 50px;
padding-left: 20px;
border-bottom: 1px solid #bbb;
}
.out .two{
padding-top: 20px;
}
.out .two ul{
list-style: none;
margin: 0px;
padding:0px;
}
.out .two ul li{
padding-left: 20px;
height: 30px;
background: url("imgs/li_bg.jpg") no-repeat 8px 10px;
}
.out .two ul a{
text-decoration: none;
color: #999;
font-size: 15px;
}
.out .two ul a:hover{
text-decoration: underline;
color: lightyellow;
}
</style>
</head>
<body>
<div class="out">
<div class="one">
行业动态
</div>
<div class="two">
<ul>
<li><a href="#">气质不错气质不错</a></li>
<li><a href="#">气质不错气质不错</a></li>
<li><a href="#">气质不错气质不错</a></li>
<li><a href="#">气质不错气质不错</a></li>
</ul>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/tgy100/css_practice.git
[email protected]:tgy100/css_practice.git
tgy100
css_practice
css_practice
master

搜索帮助