diff --git a/css/toolbox.css b/css/toolbox.css index 7dba7f7..c04cb99 100644 --- a/css/toolbox.css +++ b/css/toolbox.css @@ -1,6 +1,11 @@ #toolbox { list-style: none; padding: 0; + display: none; +} + +#toolbox.active { + display: block; } #colors { diff --git a/index.html b/index.html index 25e078f..8a10a1f 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,11 @@ - +