イメージとテキストは中央にある必要があります。テキストは中央に移動しますが、イメージはテキストの上部に表示されます。同じ方法でテキストと画像が必要ですが、中心にしかありません。おかげ以下は事前にイメージとテキストの両方を同じ形で中央に保存する解決策が必要です
は私のコードです:
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class='col-md-12-fluid' style="
\t
padding-bottom: 2px;
background-color:#7E8F7C;
">
<div class "row" style="background-color:red !important">
<div class='col-md-8-fluid'>
<!--recently search was here-->
<a class="navbar-brand" href="index.html"></a>
</div>
<div class='col-md-4-fluid' style="background-color:#3B3738; height:25px;">
<h3>Nepal Safety</h3>
</div>
</div>
<div class="row">
<div class='col-md-8-fluid'>
<!--recently search was here-->
<a class="navbar-brand" href="index.html">
<img src="images/iccn.png" height="50px" width="100px">
</a>
</div>
<br>
<div class='col-md-4-fluid'>
<h3>Nepal Safety</h3>
</div>
</div>
</div>
<div class='clearfix'></div>
<div class="navbar-header">
クルセイダー、[jsfiddle-例]を作成します(https://jsfiddle.net/)問題行動と –