diff --git a/index.html b/index.html index 6ec46db..4f7fcc8 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,13 @@ margin: auto; height: 252px; } + .fl { + position: relative; + top:86%; + width: 180px; + border: solid 1px; + font-size: 8pt; + } .chart { float: right; } @@ -22,18 +29,21 @@