css 如何在导航栏中显示标题?

tquggr8v  于 2022-11-19  发布在  其他
关注(0)|答案(1)|浏览(135)

第一个
如何在导航栏中显示主页标题?谢谢Here
我想应该在导航栏

hujrc8aj

hujrc8aj1#

去掉高度,css代码将是这样的,

.navbar {
        background-color: #EB0E58;
        width: 1660px;
        border: 5px solid blue;
        padding: 10px;
        position: fixed;
        left: 0;
        top: 0;
}

jsbin

中结果

相关问题