Hi,歡迎訪問前端老白
<div class="bottom-nav"> <nav> <ul> <li><a href="#">選項卡1</a></li> <li><a href="#">選項卡2</a></li> <li><a href="#">選項卡3</a></li> <li><a href="#">選項卡4</a></li> <li><a href="#">選項卡5</a></li> </ul> </nav> </div>
.bottom-nav { background-color: #333; width: 100%; position: fixed; bottom: 0; } .bottom-nav nav { display: flex; justify-content: space-around; } .bottom-nav li { list-style-type: none; flex-grow: 1; } .bottom-nav li a { display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; text-decoration: none; font-size: 14px; }
老白網絡 (http://www.lofty888.cn/) 前端 后端 zblog主題.網站地圖xml