Bootstrap 學習筆記
阿新 • • 發佈:2018-06-10
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 學習筆記