We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a184f3 + 1c14237 commit 78d8b1dCopy full SHA for 78d8b1d
students/2025-11-24-treehung/index.html
@@ -0,0 +1,15 @@
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>Never Gonna Give You Up</title>
7
+</head>
8
+<body>
9
+ <link rel="stylesheet" href="style.css">
10
+ <h1>Never gonna let you down</h1>
11
+ <p>Hi, I'm Rick!</p>
12
+ <p>I'm never gonna run around and desert you</p>
13
+ <img src="https://www.thetimes.com/imageserver/image/%2F8d870c28-4653-4596-963f-68518834e176.jpg?crop=2584%2C1837%2C767%2C59&resize=412" alt="Rick Astley">
14
+</body>
15
+</html>
students/2025-11-24-treehung/style.css
@@ -0,0 +1,3 @@
+h1{font-size: 80;
+ color: blue;
+}
0 commit comments