2.嵌套Nesting
嵌套Nesting
.nav{
height:100px;
}
.nav ul{
margin:0;
}
.nav ul li{
float:left;
list-style:none;
padding:5px;
}.nav{
height:100px;
ul{
margin:0;
li{
float:left;
list-style:none;
padding:5px;
}
}
}
嵌套調用父選擇器

嵌套屬性

Last updated
