Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Valentine?</title>
<style>
body { text-align: center; font-family: Arial, sans-serif; }
#yesBtn { padding: 10px 20px; font-size: 20px; }
#noBtn { position: absolute; padding: 10px 20px; font-size: 20px; }
</style>
</head>