Skip to content

Commit be14b01

Browse files
committed
feat: 加入 Aaron 個人身分
1 parent 6f618f7 commit be14b01

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-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="zh-Hant-TW">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Aaron</title>
7+
<link rel="stylesheet" href="style.css" />
8+
</head>
9+
<body>
10+
<h1 class="hello">Hi, 我是 Aaron</h1>
11+
<h2 class="yaha">呀哈!!!!</h2>
12+
<img src="usagi.jpg" alt="Chiikawa 兔兔" />
13+
</body>
14+
</html>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.hello {
2+
color: maroon;
3+
}
4+
5+
.yaha {
6+
color: bisque;
7+
text-shadow: 2px 2px 2px gray;
8+
}
66.9 KB
Loading

0 commit comments

Comments
 (0)