From 08640b7ab204e99463f37e5efb4af28f091c0b61 Mon Sep 17 00:00:00 2001 From: yo mama Date: Sat, 14 Feb 2015 23:58:49 -0800 Subject: finished sketch --- img/brush.png | Bin 0 -> 734 bytes img/eraser.png | Bin 0 -> 616 bytes sketch.html | 177 ++++++++++++++++++++++++++++++++++++++------------------- 3 files changed, 119 insertions(+), 58 deletions(-) create mode 100644 img/brush.png create mode 100644 img/eraser.png diff --git a/img/brush.png b/img/brush.png new file mode 100644 index 0000000..72fe926 Binary files /dev/null and b/img/brush.png differ diff --git a/img/eraser.png b/img/eraser.png new file mode 100644 index 0000000..564949e Binary files /dev/null and b/img/eraser.png differ diff --git a/sketch.html b/sketch.html index aa5f5de..fe22e7a 100644 --- a/sketch.html +++ b/sketch.html @@ -22,7 +22,18 @@ user-select: none; // position: absolute; } - +.brush_tools{ + padding:5px; + display: inline-block; + background: whitesmoke; + border: 1px solid gray; + cursor: pointer; +} +#brush{ + background:gray; + color: white; + border: 1px solid black; +} @@ -43,16 +54,93 @@ user-select: none; - +
+
Brush
+
Eraser
+
-- cgit v1.2.3-70-g09d2