From 07afba144d71e121c3bd47827ec98c12a71f80e8 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 17 Oct 2015 15:06:31 -0400 Subject: [PATCH] add footer with license and source --- index.html | 1 + style.styl | 3 +++ 2 files changed, 4 insertions(+) diff --git a/index.html b/index.html index afd1094..afef5a3 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,6 @@

Crayon Mockup

Instructions: drag stuff into the outlined area, drag around, drag back up to delete

+ diff --git a/style.styl b/style.styl index ca5a197..88c81de 100644 --- a/style.styl +++ b/style.styl @@ -10,6 +10,9 @@ p * p margin-top: 10px +.footer + font-size: 13px + color_crayon = #8c8c8c color_selected = #544c4c color_hover = #777 -- 1.7.10.4