歡迎來到 MOPCON 2020 共筆
共筆入口:https://hackmd.io/@mopcon/2020
手機版請點選上方 按鈕展開議程列表。
曾經是六角的學員,可以到學員社團看到公開簡報
無 CSS:1990 年代前只寫HTML
.card
.card-header
.card-body
子元件也可以是容器
-container
.navbar-brand
(還有更多,請幫忙補充上,謝謝)
通用類別的用途
(前面講太快沒打到)
結構與樣式分離易導致元件臃腫
在 BS4 開始加入通用類別概念
.bg-primary
.bg-secondary
.bg-success
Utility-First
Setting, Reset、Base, Components, Utilities, Library
setting
reset, base
Browser-reset 差異介紹
種類:meyerweb、Normalize
特色:樣式清得一乾二淨、保留基本樣式
種類 | 特色 | 範例(ul li) |
---|---|---|
meyerweb | 樣式清得一乾二淨 | 選單一 選單二 選單三 |
Normalize | 保留基本樣式 | ・選單一 ・選單二 ・選單三 |
Bootstrap5 | Tailwind | |
---|---|---|
風格 | component | utility |
格線 | flexbox | grid |
核心 | SCSS | PostCSS |
元件 | 有 | Tailwind UI |
IE 支援 | :X: | IE 10+ |
npm | 非強制 | 需要 |
客製化 | 中 | 高 |
上手 | 簡單~中等 | 中等~困難 |
NPM:工程師使用終端機開發套件管理,必須用命令提示字元去做編譯
MOPCON 2020
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.
Syncing