diff --git a/students/2026-01-03-Yu6-Chang/index.html b/students/2026-01-03-Yu6-Chang/index.html new file mode 100644 index 0000000..f418c7c --- /dev/null +++ b/students/2026-01-03-Yu6-Chang/index.html @@ -0,0 +1,13 @@ + + + + + + Document + + + +

Hello

+

I'm Yu

+ + \ No newline at end of file diff --git a/students/2026-01-03-Yu6-Chang/style.css b/students/2026-01-03-Yu6-Chang/style.css new file mode 100644 index 0000000..6f585c3 --- /dev/null +++ b/students/2026-01-03-Yu6-Chang/style.css @@ -0,0 +1,2 @@ +h1{color: aqua;} +p{color: bisque;font-size: 25px;} \ No newline at end of file