2017年1月28日 星期六

bootstrap 導入 rails

由於安裝的時候只gem boostrap-sass
其實全套的bootstrap很大一個,還是去官網下載來試
解開後有css fonts js 三個資料夾
都丟到assets下就好


然後在layout裡的<head>裡加上
<link href="../assets/bootstrap.min.css" rel="stylesheet">


</body>上加上
  <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="../assets/bootstrap.min.js"></script>


主要是為了加carousel ,加上code之後記得去改圖片位置



然後要設定加上這些要記得加在css裡
.carousel-inner > .item > img{
      width: 30%;
      margin: auto;
}



沒有留言:

張貼留言