diff --git a/picker.html b/picker.html index ceee5cc..e1735ea 100644 --- a/picker.html +++ b/picker.html @@ -7,44 +7,112 @@ tr { height: 30px; } + label { + text-align: center; + display: block; + } + textarea { + display: block; + width: 100%; + } + .main { + width:50vw; + padding-top:10vw; + margin:auto; + display:block; + } + .footer { + width:50vw; + position: fixed; + bottom: 5vh; + left: 25vw; + } -
- - - - - - - - - - - - - - - - - - - - - - -
-
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ +