From 795e1064ed498457dfc122b5ef91f4b2496a62e1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 9 Aug 2018 15:40:39 +0200 Subject: woo it generates midi --- index.html | 64 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 28 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 63a61ef..d56ff2e 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,10 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 13px; transition: background-color 100ms; - background-image: url(http://i.asdf.us/im/84/imBreak_1340193016_tumblr_m5vynpMYYg1qiluqao1_500_.png); + background-image: url(./img/imBreak_1340193016_tumblr_m5vynpMYYg1qiluqao1_500_.png); background-position: top right; background-repeat: no-repeat; + background-attachment: fixed; } div { display: inline-block; @@ -23,6 +24,23 @@ div { .desktop body { user-select: none; } +.top { + display: block; + margin-top: 10px; + margin-bottom: 10px; +} +@media only screen and (min-device-width: 800px) { + .tools { + position: fixed; + top: 0; + left: 468px; + width: 400px; + height: 100vh; + display: flex; + flex-direction: column; + justify-content: space-between; + } +} @media only screen and (max-device-width: 800px) { html,body { margin: 0; @@ -43,11 +61,6 @@ div { br { display: none; } - .top { - display: block; - margin-top: 10px; - margin-bottom: 10px; - } } @@ -56,33 +69,28 @@ div {
-
+


-
-


-


-


-


-


-


- - -
- - - - -
- - - - - - + + + +
+ + + + +
+ + + + + + +