-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Orbitron&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="header">
<h1>Today is Elon's birthday</h1>
<img id="img" src="img/elon.png" alt="Elon Musk Smiling">
<h2 id="bday-age">47 years old</h2>
<h4 id="bday-date">04.10.2024</h4>
</div>
<div class="Gift-section">
<h2 id="happy">Here's how happy I am for you today</h2>
<h3 id="Hover">(Hover over image)</h3>
<div class="img1"></div>
</div>
<div>
<h2 id="React">How People React when you enter the room</h2>
<div class="img2"></div>
</div>
<div>
<h2 id="genuis">If i had to describe you with one word</h2>
<div class="img3"></div>
</div>
<div>
<h2 id="badass">The only person as badass as you</h2>
<div class="img4"></div>
</div>
<div>
<h2 id="cheers">This one's for you, my friend</h2>
<div class="img5"></div>
</div>
<footer> Want to create your own GIFt site? Take this HTML & CSS <a href="https://scrimba.com/learn/htmlandcss" target="_blank">Course</a></footer>
</body>
</html>