diff --git a/students/2025-11-04-kelvinwat/index.html b/students/2025-11-04-kelvinwat/index.html new file mode 100644 index 00000000..d57aedf2 --- /dev/null +++ b/students/2025-11-04-kelvinwat/index.html @@ -0,0 +1,14 @@ + + +
+ + +這是我第一次參加六角學院的課程,請多多指教!
+
+
+
\ No newline at end of file
diff --git a/students/2025-11-04-kelvinwat/people.jpg b/students/2025-11-04-kelvinwat/people.jpg
new file mode 100644
index 00000000..41a9f37e
Binary files /dev/null and b/students/2025-11-04-kelvinwat/people.jpg differ
diff --git a/students/2025-11-04-kelvinwat/style.css b/students/2025-11-04-kelvinwat/style.css
new file mode 100644
index 00000000..ae595a12
--- /dev/null
+++ b/students/2025-11-04-kelvinwat/style.css
@@ -0,0 +1,22 @@
+h1{
+ font-size: 30px;
+ color: black;
+}
+
+h1:hover{
+ font-size: 50px;
+ color: red;
+}
+
+a{
+ color: black;
+}
+
+a:hover{
+ font-size: 30px;
+ color: blue;
+}
+
+img:hover{
+ transform: rotateY(180deg);
+}
\ No newline at end of file