-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
<title>Valentine?</title>
<style>
body {
background-color: pink;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
font-family: Arial, sans-serif;
}
h1 {
color: white;
margin-bottom: 30px;
}
button {
font-size: 20px;
padding: 10px 25px;
margin: 10px;
cursor: pointer;
}
#no {
position: absolute;
}
</style>
Will you be my Valentine? π
Yes π
No π
YAY!! πππ
"; } function moveNo() { const x = Math.random() * (window.innerWidth - 100); const y = Math.random() * (window.innerHeight - 50); document.getElementById("no").style.left = x + "px"; document.getElementById("no").style.top = y + "px"; } </script>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels