-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvitation_card.html
25 lines (22 loc) · 1.49 KB
/
invitation_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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Invitation Card</title>
</head>
<body style="font-family: 'Courier New', Courier, monospace; background-color: #f0e7d5; text-align: center; padding: 40px;">
<div style="background-color: #ffe4c4; padding: 30px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); max-width: 600px; margin: auto; border: 2px dashed #d2691e;">
<h1 style="color: #8b4513; font-size: 3em; margin-bottom: 10px;">🎉 You're Invited! 🎉</h1>
<p style="font-size: 1.5em; color: #333; font-weight: bold;">Join us for a Magical Evening!</p>
<h2 style="color: #8b4513; font-size: 2.5em; margin: 20px 0;">🌟 Birthday Celebration 🌟</h2>
<p style="color: #555; font-size: 1.2em;">Date: <strong>September 25, 2024</strong> | Time: <strong>6:00 PM</strong></p>
<p style="color: #555; font-size: 1.2em;">Location: <strong>XYZ Restaurant, 123 Main Street</strong></p>
<h3 style="color: #8b4513; font-size: 1.8em; margin-top: 30px;">🎈 Let's Celebrate Together! 🎈</h3>
<p style="font-style: italic; color: #d2691e; font-size: 1.1em;"> From ur Friend Jg</p>
<button style="margin-top: 20px; padding: 10px 20px; background-color: #8b4513; color: white; border: none; border-radius: 5px; font-size: 1.2em; cursor: pointer;">
GIFT ME!
</button>
</div>
</body>
</html>