or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
從 Bootstrap 學習網站框架開發 / AMOS(李建杭)
歡迎來到 Modern Web 2020 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →共筆入口:https://hackmd.io/@ModernWeb/2020
手機版請點選上方 按鈕展開議程列表。
簡報下載
大神#AMOS BS框架讚,下載就送 bootstrap 5 不刪檔公測
大神#AMOS 下載首抽送五星 modal 套件
框架要解決的問題
開發團隊每個人的風格、習慣都不一樣
接不同的專案可以用相同的方式開發
不會切版的人(後端)用 bootstrap 用起來很輕鬆
框架的必要性
框架需要哪些元素
UI 元素
功能需求
為何選擇 Bootstrap
Bootstrap的系統規畫
系統快速導覽
RWD基本規則-裝置代號
格線系統-尺寸標示
Ex.
m-5
Ex.
shadow-sm
(小陰影)格線系統-分類
.container
.row
.col-3
.row-cols-sm-3
.col
.d-flex
.g-3
格線系統-RWD控制
sm/md/lg/xl/xxl
justify-content
之類的東東格線系統-對齊與分佈
格線系統-欄距控制
色彩系統
色彩系統-8大主色
色彩系統-獨立組件擴充色
色彩系統-漸層色
內容視覺系統-標題
內容視覺系統-標語
內容視覺系統-內文處理
文字對齊
text-justify文字對齊RWD
text-sm-justify粗體
斜體
正常體
行高(line-height)
等寬字
裝飾(text-decoration)
共用系統-裝飾用
邊框 & 單邊有框
無邊框 & 單邊無框
圓角
共用系統-排版用
定位 position
文繞圖 float
寬 width
高 height
viewport對應
組件群-快速一覽
互動程式組件
一般組件
表單組件
Live DEMO
tags:
MW20
框架與應用
Bootstrap