slack名稱 | 類別 | 職業 | 職業介紹 |
---|---|---|---|
Alicia Lo | 外交家 | 提倡者 | https://www.16personalities.com/ch/infj-人格 |
WA | 外交家 | 提倡者 | https://www.16personalities.com/ch/infj-人格 |
Elaine Liu | 守護者 | 守衛者 | https://www.16personalities.com/ch/isfj-人格 |
王懷英/網頁設計/台南 | 外交家 | 調停者 | https://www.16personalities.com/ch/infp-人格 |
Carol Li | 外交家 | 調停者 | https://www.16personalities.com/ch/infp-人格 |
Eason | 指挥官 | 分析家 | https://www.16personalities.com/ch/entj-人格 |
格可 | 外交家 | 主人公 | https://www.16personalities.com/ch/enfj-人格 |
以下範例程式碼的 .text 高度是多少?(請不要用瀏覽器觀察)
<div class="text">
<img alt="" src="logo.png" height="90" />
</div>
- 92~93px
Alicia Lo
- 92~93px
因為img
下方會有 2-3px 的留白
Elaine Liu
- 92~93px
格可
請問 .box 的高度是多少?(請不要用瀏覽器觀察)
<div class="box">
<h1>標題</h1>
<p>段落</p>
<p>段落</p>
<img alt="" src="logo.png" height="90" />
</div>
.box h1{
font-size: 24px;
line-height: 36px;
}
.box p{
font-size: 16px;
line-height: 1.5;
margin-bottom: 24px;
}
.box img{
display: block;
}
222px
36px(h1的lh)+24px(16*1.5)2(p的lh)+24px2(p的mb)+90px(img-h)
Alicia Lo
222px
36+(16*1.5+24)*2+90
Elaine Liu
222px
36+(16*1.5+24)*2+90=222
格可
請問 .card 的寬高與高度各是多少?(請不要用瀏覽器觀察)
<div class="card"></div>
.card{
width: 50px;
height: 50px;
border-bottom: 3px solid orange;
border-right: 3px solid #000;
background: #000;
padding: 20px;
}
width : 93px (50px+20px*2(pd)+3px(br))
height : 93px (550px+20px2(pd)+3px(bb))
Alicia Lo
寬:93px= w50 + br3 + padding左右共40
高:93px= h50 + bb3 + padding上下共40
Elaine Liu
寬度:50+3+20+20=93px
高度:50+3+20+20=93px
格可
請優化此程式碼,優化重點為:
Alicia Lo - 第五題
Alicia Lo
Ealine Liu 第五題
Elaine Liu
格可 - 第五題
格可
Carol Li - 第五題
Carol Li
Eason - 第五題
Eason
請優化此程式碼,並將程式碼連結放到 Codepen 上。優化重點為:
Alicia Lo - 第六題
Alicia Lo
Elaine Liu 第六題
Elaine Liu
格可 第六題尚未完成
格可
Eason 第六題
Eason
彼此討論 pixel perfect kata,你會如何透過 flexbox 來排版?
https://codepen.io/elaine7598/pen/abWBrao
錄影練習
Elaine Liu
https://codepen.io/dkcyhyre/pen/rNmxdNG
錄影練習
Alicia Lo
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