1. 程式人生 > >Bootstrap 學習筆記

Bootstrap 學習筆記

theme AS inpu con radi www. 下載 並且 單選框

bootstrap 下載以及演示地址:

  國內穩當翻譯網站 :http://www.bootcss.com

技術分享圖片

技術分享圖片

  下載bootstrap : http://v3.bootcss.com

  下載解壓後結構:

bootstrap/
├── css/
│   ├── bootstrap.css
│   ├── bootstrap.css.map
│   ├── bootstrap.min.css
│   ├── bootstrap.min.css.map
│   ├── bootstrap-theme.css
│   ├── bootstrap-theme.css.map
│   ├── bootstrap
-theme.min.css │ └── bootstrap-theme.min.css.map ├── js/ │ ├── bootstrap.js │ └── bootstrap.min.js └── fonts/ ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2

  學前準備:

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

  左邊是標題 bootstrap 右邊是 bootstrap 說明信息 並且如果內容過多 會出現右邊部分換行

技術分享圖片

-------------------------------------------表格開始------------------------------------------

技術分享圖片

技術分享圖片

     danger     表示危險

技術分享圖片

技術分享圖片

    a 標簽 input 標簽 button 標簽 都可以作為按鈕使用

技術分享圖片

技術分享圖片

  表單和圖片:

技術分享圖片

技術分享圖片

技術分享圖片

    技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

  單選框和復選框相同 radio

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

  img-thumbnail 屬性較為常用 縮略圖:邊框和白色填充

技術分享圖片

Bootstrap 學習筆記