diff --git a/experiments/touch.html b/experiments/touch.html index 8656b610..660f49f4 100644 --- a/experiments/touch.html +++ b/experiments/touch.html @@ -11,8 +11,12 @@ #main { border: solid blue; margin:50px; - height: 300px; - overflow:hidden + height: 400px; + overflow:hidden; + top:0; + bottom:0; + right:0; + left:0; } #input{ font-size: 20px @@ -21,6 +25,13 @@ background: -webkit-linear-gradient(-87deg, rgba(200,10,100,0.5), rgba(100,10,200,0.5)); /*position: absolute*/ } + #output { + border: solid blue; + position: absolute; + top:0; + bottom:0; + right:0 + }
@@ -30,52 +41,148 @@