按照老師的代碼敲,發(fā)現(xiàn)給nav ul li a這幾個設(shè)置樣式時,我的幾個瀏覽器都沒有效果呀?這是怎么回事呢?
nav{
background: #ccc;
height: 50px;
}
#banner{
background: #777;
height: 700px;
}
nav ul{
list-style: none;
margin: 0px;
}
nav ul li{
display: inline-block;
line-height: 50px;
}
nav{
background: #ccc;
height: 50px;
}
#banner{
background: #777;
height: 700px;
}
nav ul{
list-style: none;
margin: 0px;
}
nav ul li{
display: inline-block;
line-height: 50px;
}
2015-11-21
舉報
2016-09-26
用IntelliJ IDEA 14.1.7這個編輯器 也是出不來啊,是怎么回事啊?
2016-06-02
如果是用sublime text 編輯器的話要先保存所有修改過的文件,然后在網(wǎng)頁中打開才能看到效果。
2015-12-03
會不會是頁面出錯了
2015-11-27
Me too!