diff --git a/students/2025-12-03-skyrand/index.html b/students/2025-12-03-skyrand/index.html new file mode 100644 index 0000000..9301f48 --- /dev/null +++ b/students/2025-12-03-skyrand/index.html @@ -0,0 +1,22 @@ + + + + + + About SkyRand + + + +

Hello 我是 SkyRand !!

+

這是我:

+ SkyRand Image +

關於我的三件事

+
    +
  1. 胡琴演奏員
  2. +
  3. 現場音控
  4. +
  5. 影音視訊系統架設
  6. +
+

Contact

+

FB

+ + \ No newline at end of file diff --git a/students/2025-12-03-skyrand/people.png b/students/2025-12-03-skyrand/people.png new file mode 100644 index 0000000..1d327a6 Binary files /dev/null and b/students/2025-12-03-skyrand/people.png differ diff --git a/students/2025-12-03-skyrand/style.css b/students/2025-12-03-skyrand/style.css new file mode 100644 index 0000000..30b49bf --- /dev/null +++ b/students/2025-12-03-skyrand/style.css @@ -0,0 +1,43 @@ +h1{ + color: brown; + text-align: left; + text-indent: 26px; + font-family:Verdana, Geneva, Tahoma, sans-serif; + font-size: 24px; +} +p{ + font-family: 'Courier New', Courier, monospace; + font-size: 18px; + margin-left: 30px; +} +img{ + display: block; + margin-left: 30px; + width: 20%; +} +ol{ + font-family: 'Lucida Console', 'Courier New', monospace; + font-size: 18px; + margin-left: 50px; +} +a{ + font-family: 'Arial', sans-serif; + font-size: 18px; + margin-left: 30px; + text-decoration: none; + color: blue; +} +a:hover { + text-decoration: underline; + color: darkblue; +} +body { + background-color: #f0f8ff; + margin: 20px; +} +h2 { + color: #2e8b57; + font-family: 'Georgia', serif; + font-size: 22px; + margin-left: 30px; +}