Created
October 5, 2013 16:21
-
-
Save kevinballon/6842900 to your computer and use it in GitHub Desktop.
Baki
Take or Leave
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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