diff --git a/earth/index.html b/earth/index.html index 17c4d3c..d7d0de3 100644 --- a/earth/index.html +++ b/earth/index.html @@ -189,7 +189,7 @@ --> - +
___ Discover ẐenCard ___ diff --git a/earth/map_render.html b/earth/map_render.html index 0c63401..71d1a73 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -27,7 +27,6 @@ width: 100%; height: 100%; } - .button { background-color: #3498db; color: #fff; @@ -35,6 +34,12 @@ border: none; cursor: pointer; } + .grid-number { + position: absolute; + font-size: 12px; + font-weight: bold; + color: #fff; + } @@ -48,6 +53,14 @@