add details
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hi bb</title>
|
||||
<style>
|
||||
/* Modern Reset */
|
||||
body, html {
|
||||
body,
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
@@ -22,7 +24,7 @@
|
||||
background: #fef5ff;
|
||||
padding: 2rem;
|
||||
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;
|
||||
min-width: 450px;
|
||||
}
|
||||
@@ -49,14 +51,15 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<h1>Hi bb,</h1>
|
||||
<h2>Will you be my valentine?</h2>
|
||||
<p>When: Saturday, February 7, 2026
|
||||
<p>When: Saturday, February 7, 2026 7:00PM
|
||||
<p>Where: Steak To One Maginhawa
|
||||
<p><button onclick="alert('Yay!')">Yes</button>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user