Skip to content

Instantly share code, notes, and snippets.

@kevinballon
Created October 5, 2013 16:21
Show Gist options
  • Save kevinballon/6842900 to your computer and use it in GitHub Desktop.
Save kevinballon/6842900 to your computer and use it in GitHub Desktop.
Baki Take or Leave
<!DOCTPE html>
<html>
<head>
<title> Take Or Leave</title>
<link rel="stylesheet" href="assets/css/global.css">
</head>
<body>
<body background="background.png">
<div class="third">
<h1>TAKE WHAT YOU NEED</h1>
<button onclick="style.display = 'none'">LOVE</button>
<input type="text" value="???">
<button onclick="style.display = 'none'">MONEY</button>
<button onclick="style.display = 'none'">COURAGE</button>
<button onclick="style.display = 'none'">CONFIDENCE</button>
</div>
<div class="fourth">
<h1>LEAVE WHAT YOU DON'T NEED</h1>
<input type="checkbox"> PAIN
<input type="checkbox"> LOVER
<input type="text" value="??">
<input type="checkbox"> SECRETS
<input type="checkbox"> MONEY
<input type="checkbox"> BAGGAGE
<input type="checkbox"> GUILT
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment