Skip to content

Commit 9a55110

Browse files
committed
feat: 加入 Kelvin 的檔案
1 parent 6f618f7 commit 9a55110

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>I'm Kelvin WAT</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<h1>我是 Kelvin WAT</h1>
11+
<p>這是我第一次參加<a href="https://www.hexschool.com/" target="_blank">六角學院</a>的課程,請多多指教!</p>
12+
<img src="people.png" alt="成功的鑰匙">
13+
</body>
14+
</html>
56.4 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
h1{
2+
font-size: 30px;
3+
color: black;
4+
}
5+
6+
h1:hover{
7+
font-size: 50px;
8+
color: red;
9+
}
10+
11+
a{
12+
color: black;
13+
}
14+
15+
a:hover{
16+
font-size: 30px;
17+
color: blue;
18+
}
19+
20+
img:hover{
21+
transform: rotateY(180deg);
22+
}

0 commit comments

Comments
 (0)