File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
students/2025-11-04-kelvinwat Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > I'm Kelvin WAT</ title >
7+ < link rel ="stylesheet " href ="style.css ">
8+ </ head >
9+ < body >
10+ < h1 > 我是 Kelvin WAT</ h1 >
11+ < p > 這是我第一次參加< a href ="https://www.hexschool.com/ " target ="_blank "> 六角學院</ a > 的課程,請多多指教!</ p >
12+ < img src ="people.jpg " alt ="成功的鑰匙 ">
13+ </ body >
14+ </ html >
Original file line number Diff line number Diff line change 1+ h1 {
2+ font-size : 30px ;
3+ color : black;
4+ }
5+
6+ h1 : hover {
7+ font-size : 50px ;
8+ color : red;
9+ }
10+
11+ a {
12+ color : black;
13+ }
14+
15+ a : hover {
16+ font-size : 30px ;
17+ color : blue;
18+ }
19+
20+ img : hover {
21+ transform : rotateY (180deg );
22+ }
You can’t perform that action at this time.
0 commit comments