Skip to content

Commit

Permalink
docs: Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aya-X committed Jul 10, 2023
1 parent 47d9aa2 commit f68cf29
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# layouting-2023-main-w1
# layouting-2023-main-w1

- PAGES

> <https://study-hex.github.io/layouting-2023-main-w1/>
- 任務

> <https://rpg.hexschool.com/task/344/show>
- FIGMA

> <https://www.figma.com/file/eB5X8OYO4whPx3btCZdr3w/>
- 圖檔

> <https://github.com/hexschool/2022-web-layout-training/tree/main/2023week1>
---

## NOTES

- 表尾置中:`inline-block``text-center`

- 元素靠右:設定寬度 50%、`margin-left: auto;`

- 原地彈跳:`@keyframes``translateY(-16px);`

0 comments on commit f68cf29

Please sign in to comment.