代碼片斷 navbar

navbar結構markdown

<nav class="navbar navbar-default" role="navigation" style="margin-bottom: 0">

    <div class="navbar-header">
        <a rel="nofollow" class="navbar-brand" href="#">
            <img src="/static/images/logo.png" width="100px;" alt="">
        </a>
    </div>
    <div>
        <ul class="nav  navbar-nav">
            <li><a rel="nofollow" href="{% url 'blog:blog_title' %}">BLOG</a></li>

        </ul>
        <ul class="nav navbar-nav navbar-right">
            <li><a rel="nofollow" href="">LOGIN</a></li>
        </ul>

    </div>

</nav>
相關文章
相關標籤/搜索