-
Notifications
You must be signed in to change notification settings - Fork 142
/
Birthday-card.html
32 lines (31 loc) · 1.3 KB
/
Birthday-card.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Birthday-card.css">
<title>BirthDay Card</title>
</head>
<body>
<div class="birthdayCard">
<div class="cardFront">
<h3 class="happy">HAPPY BIRTHDAY Friend</h3>
<div class="balloons">
<div class="balloonOne"></div>
<div class="balloonTwo"></div>
<div class="balloonThree"></div>
<div class="balloonFour"></div>
</div>
</div>
<div class="cardInside">
<h3 class="back">HAPPY BIRTHDAY!</h3>
<p class="pDear"><b> Dearest Friend, Rishu </b></p>
<p class="pMain">Happy Birth_day 😇 to my Special Dearest One. You were/are/will always be my special "FAADU" freind and no-one can revert that, Narayan may bless you in all perspective with Peace, Joy, Happiness, Fitness & LOVE and may whole Universe provide the path through which you'll achieve all things that are best for you.</p>
<p><b>"Apne aur Apne Surroundings ka khayaal rakhna always"...</b>🦉🌱</p>
<p class="name">Kaushal</p>
</div>
</div>
</div>
</body>
</html>