小組討論
網頁切版直播班 - 2021 夏季班
使用 ZOOM 來討論,組員沒麥克風也可以一個人分享畫面,其他組員用文字討論,解答此問題集
回報流程:
常見問題:
Q:約時間討論的組員至少要幾位?
A:至少兩位就可成團!
Q:如果沒有分組,可以一起玩嗎?
A:可以
Q:如果太邊緣,沒有人回覆或給予訊息 Emoji 怎麼辦?
A:那麼你可以在隔日時默默給予自己 Emiji,依然可以算通關喔
以下題目皆有使用 Meyerweb CSS Reset。
以下範例程式碼的 .text 高度是多少?(請不要用瀏覽器觀察)
<div class="text">
<img alt="" src="logo.png" height="90" />
</div>
請問 .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;
}
請問 .card 的寬高與高度各是多少?(請不要用瀏覽器觀察)
<div class="card"></div>
.card{
width: 50px;
height: 50px;
border-bottom: 3px solid orange;
border-right: 3px solid #000;
background: #000;
padding: 20px;
}
請優化此程式碼,優化重點為:
請優化此程式碼,並將程式碼連結放到 Codepen 上。優化重點為:
彼此討論 pixel perfect kata,你會如何透過 flexbox 來排版?
第 0 組 https://hackmd.io/tGtPukfZSVehEZtpZgvlcA?both#
✅
✅ 審核通過,小組討論整理得很好!
一點小建議:
第六題 - 有提到可以適當調整 HTML 結構,這邊建議可以將最外層 div.wrap 移除哦 ~
✅ 審核通過,有看到你們額外分享練習英打及 emmet 的經驗,很棒 ~
一點小建議:
第五題 - font-size 可以繼承,所以可以一起寫在 .wrap 內
第六題 - 有提到可以適當調整 HTML 結構,這邊建議可以將最外層 div.wrap 移除哦 ~
✅ 審核通過,儘管只有兩個人,但能一起討論出結果,很棒!
一點小建議:
第五題 - font-size 可以繼承,所以可以一起寫在 .wrap 內
第六題 - 「content」區塊可以直接改為<div class="content wrap"> ... </div>
就不需再多使用一層 div 哩。「banner」可以不用使用 .content
✅ 審核通過,pixel perfect kata 有一起討論出結構圖很棒哦 ~
✅ 審核通過,有參與小組任務很棒哦
一點小建議:
第三題 - img 有設定display: block;
消除下方 2~3px 空白摟,就不需再加上 2 ~ 3px 了
第六題 - 有提到可以適當調整 HTML 結構,這邊建議可以將最外層 div.wrap 移除哦 ~
✅ 審核通過,整理得很完整,還有互相錄影分享及詳細的結構圖,很棒哦 ~
✅ 審核通過,小組討論整理得不錯,也有看到你們討論 kata 的大致結構,很棒哦 ~
✅ 審核通過,小組討論參與度很高,讚讚!
✅ 審核通過,有整理出小組成員可以討論的時間,不錯哦 ~
✅ 審核通過,參與度很高,有看到組員分享筆記,很棒哦 ~
✅ 審核通過,心理測驗整理得很漂亮XD,kata 的架構圖很詳盡哦,很棒 ~
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
✅ 審核通過
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