Answer the question
In order to leave comments, you need to log in
How best to make a header on the site?
I am using Bootstrap 3.0.
I made the header like this:
<nav class="navbar navbar-default">
<div class="headerimg">
<div class="container-fluid" >
<div class="navbar-header" >
<a class="navbar-brand" href="#">
</a>
</div>
</div>
</div>
<component :username.sync="username" :password.sync="password" :is="topMenuView"></component>
<div>{{username}}</div>
<div>{{password}}</div>
</nav>
.headerimg {
background-image: url("../img/top.jpg");
background-size: cover;
height: 160px;
}
Answer the question
In order to leave comments, you need to log in
https://getbootstrap.com/examples/navbar-fixed-top/
I did it via a pseudo element. Demo .
.navbar-inverse{background-color:rgba(0,0,0,.75);border-radius:0}
.navbar .container::after{content:'';background:url(/dist/i/library-lo-res-bar.jpg);min-height:50px;display:block;position:absolute;top:0;left:0;width:100%;z-index:-1}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question