2013-11-24 64 views
-4

我無法使這三個要素。我想作這樣的事情左,中,右H1,H2在線

enter image description here

,但我得到這個 enter image description here

HTML

<div class="row"> 
    <div class="large-12 columns"> 
     <div id="controls" class="text-center"> 

      <h2 class="text-left"> 
       <i class="fa fa-chevron-left fa-small"></i> 
      </h2> 

      <h1 class="fittext text-center"> 
       Sunday 
      </h1> 

      <h2 class="text-right"> 
       <i class="fa fa-chevron-right fa-small"></i> 
      </h2> 

     </div> 
    </div> 
</div> 

CSS(薩斯)

#controls 
    display: inline 
    h1, h2 
     display: inline-block 
+1

那麼,有什麼問題嗎? – Chandranshu

+0

吧?你希望我們爲你做?什麼問題 – NoLiver92

+0

OK對不起,有截圖更新 – sparkle

回答

1
#controls{ 
text-align:center 
} 
h1, h2{ 
display: inline-block} 

Demo

+0

的寬度問題後,我得到這個:http://cl.ly/image/3c1Z2d0E032u – sparkle

+0

檢查它現在演示 –