-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (24 loc) · 861 Bytes
/
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
43
<! DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>For You</h1>
</header>
<main>
<section>
<p> I am very thankful for your generosity.<br> You open new doors to me and I will never forget. </p>
</section>
<section>
<figure class="swap-on-hover">
<img class="swap-on-hoverfront" src="img/beautiful-blooming-blossom-326272.jpg" width="400px" height="400px" >
<img class="swap-on-hoverback" src="img/blackboard-board-close-up-908301.jpg" width="400px" height="400px" >
</figure>
</section>
</main>
<footer>
</footer>
</body>
</html>