如何使文本和右侧V形符号在页脚上对齐?

时间:2015-08-21 13:44:53

标签: html5 twitter-bootstrap css3 web-frontend

我让左侧排队,但无法让右侧工作。我尝试了pull-rightfloat:righttext-align:right,但都没有效果。这是我的代码。感谢任何帮助![Footer image] 1

 <footer class="footer clearfix">
       <div class="footer-grid">
          <div class="footer-L col-md-6">
          <a class="footer-text" href="hysys.html">
            <span>Previous</span>
             <i class="fa fa-arrow-left"></i>
              <h2>HYSYS<h2>
            </a>
          </div>
          <div class="footer-R col-md-6 pull-right">
            <a class="footer-text" href="hysys.html">
            <span>Next</span>
             <i class="fa fa-arrow-right"></i>
              <h2>Aspen One</h2>
            </a>
          </div>
        </div>
    </footer>

0 个答案:

没有答案