diff --git a/students/2025-12-07-linchingju/index.html b/students/2025-12-07-linchingju/index.html new file mode 100644 index 0000000..281d384 --- /dev/null +++ b/students/2025-12-07-linchingju/index.html @@ -0,0 +1,14 @@ + + + + + + Lin Chingju's Page + + + + +

大家好,我是慶儒(Forster)

+

這是我的自我介紹頁面:

我喜歡有關貓的圖案。

+ + \ No newline at end of file diff --git a/students/2025-12-07-linchingju/style.css b/students/2025-12-07-linchingju/style.css new file mode 100644 index 0000000..97f2f72 --- /dev/null +++ b/students/2025-12-07-linchingju/style.css @@ -0,0 +1,8 @@ +h1{ + color: blue; +} +p{ + font-size: 20px; + line-height: 1.5; + color: brown; +} \ No newline at end of file