-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
<title>Happy Rose Day 🌹</title>
<style>
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(135deg, #ff758c, #ff7eb3);
font-family: 'Georgia', serif;
color: white;
text-align: center;
}
.card {
background: rgba(255,255,255,0.15);
padding: 40px;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
max-width: 500px;
}
h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
p {
font-size: 1.2rem;
line-height: 1.6;
}
button {
margin-top: 25px;
padding: 12px 28px;
font-size: 1rem;
border: none;
border-radius: 30px;
background: white;
color: #ff4d6d;
cursor: pointer;
}
button:hover {
transform: scale(1.05);
}
</style>
Happy Rose Day 🌹
This rose isn’t just a flower,
it’s every unspoken feeling,
every soft smile,
and every reason I choose you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels