-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbday.html
More file actions
26 lines (21 loc) · 741 Bytes
/
bday.html
File metadata and controls
26 lines (21 loc) · 741 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>happy birthday</title>
<link rel="stylesheet" href="bday.css">
</head>
<body>
<div class="hero">
<h1 class="h1">Today is my cats birthday !</h1>
<img src="tof.jpg" alt="my cat">
<h2 class="h2">he just turned 4</h2>
<h4 class="h3">hoorayy !!</h4>
<h1 class="cake">(hover over gift to open)</h1>
<div class="cake-img"></div>
<h1 class="fit">this is your birthday fit</h1>
<div class="fit-img"></div>
<h1 class="happy">this is how happy i am for u 2day</h1>
<div class="happy-img"></div>
</div>
</body>
</html>