應用程式區塊

應用程式區塊

.mr-top-35,.mr-btm-5. 用於上邊距 35px 和下邊距 5px。以及 .bg-gray-color 用於背景顏色。


<div class="app-block bg-gray-color mr-top-35 mr-btm-5">
   <div class="container-large-device">
      <div class="container">
        <div class="row tb">
            <div class="col-md-6 tb-cell">
               <!-- App Text Details-->
            </div>
            <div class="col-md-6 tb-cell">
               <!-- App Mokeup Image-->
            </div>
        </div>
      </div>
   </div>
</div> <!-- /.app-block -->