add details

This commit is contained in:
2026-02-06 01:23:53 +08:00
parent e142d9f592
commit d3860f0781

View File

@@ -1,12 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hi bb</title> <title>Hi bb</title>
<style> <style>
/* Modern Reset */ /* Modern Reset */
body, html { body,
html {
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100%; height: 100%;
@@ -22,7 +24,7 @@
background: #fef5ff; background: #fef5ff;
padding: 2rem; padding: 2rem;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
text-align: center; text-align: center;
min-width: 450px; min-width: 450px;
} }
@@ -49,14 +51,15 @@
} }
</style> </style>
</head> </head>
<body>
<body>
<div class="card"> <div class="card">
<h1>Hi bb,</h1> <h1>Hi bb,</h1>
<h2>Will you be my valentine?</h2> <h2>Will you be my valentine?</h2>
<p>When: Saturday, February 7, 2026 <p>When: Saturday, February 7, 2026 7:00PM
<p><button onclick="alert('Yay!')">Yes</button> <p>Where: Steak To One Maginhawa
<p><button onclick="alert('Yay!')">Yes</button>
</div> </div>
</body> </body>
</html> </html>