diff --git a/index.html b/index.html index e4112c1..6e1cd93 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,24 @@ font-size: 8pt; } .chart { float: right; } + .waitboard { + position: absolute; + display: none; + top: 0; + left:0; + opacity: 0.6; + background-color: #f0f0ff; + width: 100%; + height: 100%; + } + .waititem { + margin: 50% auto; + font-size: 50px; + font-family: cursive; + color: purple; + } + @@ -34,9 +51,9 @@