0% found this document useful (0 votes)
2 views2 pages

!doctype HTML

The document is an HTML webpage titled 'My Valentine' that expresses love and affection through various sections. It includes personal anecdotes about how the couple met, their favorite moments together, and aspirations for the future. The page features a button inviting the recipient to be the sender's Valentine forever.

Uploaded by

divea463
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

!doctype HTML

The document is an HTML webpage titled 'My Valentine' that expresses love and affection through various sections. It includes personal anecdotes about how the couple met, their favorite moments together, and aspirations for the future. The page features a button inviting the recipient to be the sender's Valentine forever.

Uploaded by

divea463
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html>
<head>
<title>My Valentine 💖</title>
<style>
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(to right, #ffdde1, #ee9ca7);
text-align: center;
color: #fff;
}
.section {
padding: 60px 20px;
}
h1 {
font-size: 40px;
}
h2 {
margin-top: 40px;
font-size: 30px;
}
p{
font-size: 18px;
max-width: 600px;
margin: auto;
line-height: 1.6;
}
.btn {
margin-top: 30px;
padding: 12px 25px;
background: white;
color: #ee9ca7;
border: none;
border-radius: 25px;
font-size: 16px;
cursor: pointer;
}
.btn:hover {
background: #fff0f3;
}
footer {
padding: 20px;
background: rgba(0,0,0,0.2);
}
</style>
</head>

<body>

<div class="section">
<h1>Welcome My Love 💕</h1>
<p>You are the best thing that ever happened to me. Every moment with you feels magical ✨</p>
</div>
<div class="section">
<h2>🌸 How We Met</h2>
<p>From that one simple conversation, my life changed forever. I found my happiness in you 💖</p>
</div>

<div class="section">
<h2>📸 Our Favourite Moments</h2>
<p>Our first talk 🫶<br>
Endless laughs 😂<br>
Cute fights & patch-ups 🥺<br>
Every good morning & good night 💬</p>
</div>

<div class="section">
<h2>🌍 My Future With You</h2>
<p>I don’t know what the future holds… but I know I want you in it. Side by side. Always 🤍</p>
</div>

<div class="section">
<h1>💖 Will You Be My Valentine Forever? 💖</h1>
<button class="btn" onclick="alert('Yayyy! I Love You ')">Click
❤️ Me </button>
</div>

<footer>
Made with Love 💌
</footer>

</body>
</html>

You might also like