0
A
回答
1
.navbar-brand {
transform: translateX(-50%);
left: 50%;
position: absolute;
}
實現無線這個。
0
使標籤display:block; width:100%
,然後設置與margin:0 auto
圖像:
.navbar-brand {
display:block;
width:100%;
}
.navbar-brand img {
margin:0 auto;
}
0
a.navbar-brand {
text-align: center;
display: inline-table;
position: relative;
}
如果neccessary只能去除填充<div class="container-fluid" style="padding-bottom: 30px">
或使其padding-bottom:0;
感謝
0
刪除引導類 「導航欄品牌」 和下面的類取代
https://jsfiddle.net/y0yL3gna/3/
.class-name{
text-align: center;
display: block;
}
和HTML將
<div class="wrapper">
<div class="container">
<nav class="navbar bgcol col_org">
<div class="container-fluid" style="padding-bottom: 30px">
<div class="navbar-header">
<a class="class-name" href="#" target="_self"><img src="https://cdn4.iconfinder.com/data/icons/iconsimple-logotypes/512/android-128.png" alt="flower"></a>
</div>
</div>
</nav>
</div>
</div>
0
刪除浮動和設置顯示:錨點標記和邊距的塊:0自動將用於img標記。
.navbar-brand {
display:block;
}
.navbar-brand img {
margin: 0 auto;
}
0
我只是用你的風格修改了一些html。嘗試這個!
.wrapper {
background: #ccc;
padding-bottom: 10px;
}
.container {
background-color: #FFF;
box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
}
.bgcol {
/*background-color: #1d3179;*/
background-color: #000000;
border: #fff;
color: fff
}
.bgcol .navbar-toggle .icon-bar {
background-color: #FFF;
}
.bgcol a {
color: #FFF;
}
.col_org {
background: #1d3179;
}
.col_org:hover {
background: #1d3179;
}
<div class="wrapper">
<div class="container">
<nav class="navbar bgcol col_org">
<div class="container-fluid" style="padding-bottom: 30px">
<div class="navbar-header">
<a class="" style=" width: 100%; display: block;" href="#" target="_self"><img src="https://cdn4.iconfinder.com/data/icons/iconsimple-logotypes/512/android-128.png" style="margin: auto; display: block;" alt="flower"></a>
</div>
</div>
</nav>
</div>
</div>
相關問題
- 1. 如何中心錨標記
- 2. Boostrap中的錨標記中的圖像
- 3. CSS圖像位於錨標記內的另一圖像
- 4. 在錨標記內創建錨標記
- 5. 圖像的錨標記XML和XSLT
- 6. 如何調整錨標記內的圖像,使其不會從錨標記的內容區域出來
- 7. 中心對齊錨定標記內的跨度
- 8. 範圍內的錨標記
- 9. 複製圖像的錨標記具有相同的圖像SRC
- 10. 錨標記可點擊區域比圖像內
- 11. 如何將一個錨標記放在一個錨標記內
- 12. 錨定標記內的XHTML內嵌div
- 13. 將圖像垂直居中在Flex項目中的錨標記內
- 14. 從錨標記中的圖像中刪除邊框
- 15. 在錨標記中居中顯示bg圖像的跨度
- 16. 錨標籤圖像的Joomla
- 17. Internet Explorer 8中的流體圖像周圍的錨定標記
- 18. XHTML設定爲行分解爲多個圖像中的多個錨標記內
- 19. 刪除在jquery中選定圖像周圍的錨標記
- 20. 如何在錨標記中形成可訪問的圖像?
- 21. img標籤內錨標記...在
- 22. 錨標記內的離子複選框
- 23. 提取錨標記的內容
- 24. link_to中的錨標記
- 25. cakephp中的錨定標記
- 26. 中心圖像內畫布
- 27. 將圖片放在錨標記中
- 28. 使用Selenium在錨標記中選擇圖像按鈕
- 29. 在Cleditor中爲圖像添加錨標記
- 30. 在標記中使用SVG錨定圖像