Skip to content

Instantly share code, notes, and snippets.

@alexpelan
Created January 11, 2018 03:41
Show Gist options
  • Save alexpelan/81a7ab6e0bcb8cc555b762289ebc0219 to your computer and use it in GitHub Desktop.
Save alexpelan/81a7ab6e0bcb8cc555b762289ebc0219 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=81a7ab6e0bcb8cc555b762289ebc0219
<!DOCTYPE html>
<html>
<head>
<title>Greeting Card Maker</title>
</head>
<body>
<p>To: <input id="to"> </p>
<p>Message: <input id="message"> </p>
<p>Color: <input id="color"></p>
<p>From: <input id="from"></p>
<button>Send</button>
<div class="greeting-card">
<div class="to">
Dear
</div>
<div class="message">
</div>
From,
<div class="from">
</div>
</div>
</body>
</html>
{"enabledLibraries":["jquery"],"hiddenUIComponents":["console"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment