From 7d139bde29571ad4dd88a6cff3106389fed3cf8e Mon Sep 17 00:00:00 2001 From: Lynn Zukerman Date: Tue, 1 Nov 2022 22:13:35 -0600 Subject: [PATCH] add rainbow mode --- index.html | 29 ++++++++++++++++++++++------- styles.css | 14 +++++++++++++- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 865ed54..726f7bd 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,12 @@

Etch-A-Sketch

-
-
- - + + + OR + diff --git a/styles.css b/styles.css index 8432612..fddab69 100644 --- a/styles.css +++ b/styles.css @@ -22,6 +22,18 @@ body { width: 500px; /* Width of the outside container */ } + button { + background-color: white; + color: black; + } + + .active { + background-color: #666; + color: white; + } + + + /* input[type="radio"] { display: none; @@ -33,4 +45,4 @@ body { } } // !@each } // !&:checked + label - }*/ \ No newline at end of file + } \ No newline at end of file