diff --git a/students/2025-11-04-kelvinwat/index.html b/students/2025-11-04-kelvinwat/index.html new file mode 100644 index 00000000..27d01cd7 --- /dev/null +++ b/students/2025-11-04-kelvinwat/index.html @@ -0,0 +1,14 @@ + + + + + + I'm Kelvin WAT + + + +

我是 Kelvin WAT

+

這是我第一次參加六角學院的課程,請多多指教!

+ 成功的鑰匙 + + \ No newline at end of file diff --git a/students/2025-11-04-kelvinwat/people.png b/students/2025-11-04-kelvinwat/people.png new file mode 100644 index 00000000..cccacdd1 Binary files /dev/null and b/students/2025-11-04-kelvinwat/people.png 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