From ef79c62dc84d11308ee3ad8bdde0bea85214bf67 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 13 May 2016 07:12:00 -0700 Subject: [PATCH] Tweak assignment --- README.md | 1 + index.html | 0 2 files changed, 1 insertion(+) create mode 100644 index.html diff --git a/README.md b/README.md index cdcf2e8..34febdb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ More specifically, your pixel art maker should allow a user to do the following. Here's a development workflow that we recommend you use. +1. Fork and clone this repository. 1. Create a small, 2x2 grid canvas made up of white, square `div` tags with a border. 1. Add an event listener to each `div` so when clicked the background turns red. 1. Create a small palette of two colors (e.g. red and blue) below the canvas using more `div` tags. diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29