列表样式练习
列表
/*ul li*/
/*
list-style:
none:去掉圆点
circle:空心圆
decimal:数字
square:正方形
*/
/*
ul{
background: #a0a0a0;
}
*/
ul li{
height: 30px;
list-style: none;
text-indent: 1em;
}
/*ul li*/
/*
list-style:
none:去掉圆点
circle:空心圆
decimal:数字
square:正方形
*/
/*
ul{
background: #a0a0a0;
}
*/
ul li{
height: 30px;
list-style: none;
text-indent: 1em;
}