From 60d375a3256a9284783635d24327e5bdcadf8f72 Mon Sep 17 00:00:00 2001 From: james pannacciulli Date: Mon, 3 Jul 2023 16:27:19 -0400 Subject: add hamburger menu and hide/show options modal --- html/index.html | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) (limited to 'html/index.html') diff --git a/html/index.html b/html/index.html index 8ae4d08..79a471e 100644 --- a/html/index.html +++ b/html/index.html @@ -1,4 +1,5 @@ + calligram.me @@ -28,11 +29,26 @@ background-image: url('./images/symphony_brown.png'); color: #000305; + font-family: 'Ubuntu', 'Ubuntu Mono', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size:100% } - div { + #inputs { + width: 100%; + height: 100%; + display: none; + position: fixed; + z-index: 1; + } + + #hamburger { + background: none; + border: none; + font-size:1vw; + } + + #svg-target { width: 100%; height: 100%; overflow: visible; @@ -64,15 +80,31 @@ - - - - - link - src + +