想要所有社交网络徽标位于右侧同一行,公司名称和公司徽标位于左侧

时间:2016-05-07 14:41:21

标签: html css twitter-bootstrap

social networking logo must appear horizontally not vertically. social networking logos should appear on right horizontally and company's name and logo must appear on left

<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="
    background-color:#9E9E9E;
">
    <div class='col-md-8-fluid'>

        </div>
        <div class='col-md-4-fluid'style="
    margin-top: 3px;">
        <a><img height="180px" src="images/facebook.png" class="img-responsive"/></a>
        <a><img height="180px" src="images/twitter.png" class="img-responsive"/></a>
        <a><img height="180px" src="images/google.png" class="img-responsive"/></a>
        <a><img height="180px" src="images/pinterest.png" class="img-responsive"/></a>

        </div></div>


        <div class='clearfix'> </div>

    <div class="navbar-header">

1 个答案:

答案 0 :(得分:-1)

添加你的ul元素类“navbar-right”