-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (26 loc) · 1.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en" style="width: 100%;height: 100%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hexschool Flex Practice</title>
</head>
<body style="width: 100%;height: 100%;">
<article style="width: 100%;height: 100%;display: flex; align-items: center; justify-content: center;">
<div class="content">
<p>項目如下:</p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/1/1.html">並排卡片</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/2/2.html">雙欄排版</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/3/3.html">雙欄選單設計</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/4/4.html">表頭表尾設計</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/5/5.html">常見三種排版</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/6/6.html">圖文並排</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/7/7.html">首頁橫幅排版</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/8/8.html">圖文並排設計</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/9/9.html">訂單明細</a></p>
<p><a href="https://rexhung0302.github.io/Hexschool-Flex-Practice/10/10.html">產品列表</a></p>
<p><a href="https://rexhung0302.github.io/2020/03/23/20200323/#more">[CSS Notes] - 第一次 Flex 就上手</a></p>
</div>
</article>
</body>
</html>