📌  相关文章
📜  css for navigation manu site:stackoverflow.com - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:33.298000             🧑  作者: Mango

代码示例2
.body-color {
    background: rgb(27,39,57)
}

a {
    text-decoration: none;
    color: red;
    padding-right: 20px;

}

li {
    display: inline-block;
    padding-right: 30px;
}   

#menu {
    text-align: center;
    background-color: white;
    padding-bottom: 100px;
}