Skip to content

Instantly share code, notes, and snippets.

@Maighdlyn
Maighdlyn / index.html
Created February 28, 2017 10:02
Make-a-Word
<div id="letters" class="big-mono">OPMARGR</div>
<section id="guess-area">
<input type="text" id="word-guess">
<button onclick = "checkGuess()">Guess</button>
<button onclick="randomLetters()">New Letters</button>
<button onclick="shuffle()">Shuffle</button>
<div id="game-message" class="notice">
Enter your first guess!
</div>
@Maighdlyn
Maighdlyn / color-picker-3-with-text.markdown
Last active February 28, 2017 08:23
Color Picker #3 with text
@Maighdlyn
Maighdlyn / color-picker.markdown
Created February 24, 2017 02:21
Color Picker
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
button{
padding: 20px;
border-radius: 25px;