diff --git a/css/main.css b/css/main.css index 74c3136..03dc56b 100644 --- a/css/main.css +++ b/css/main.css @@ -42,7 +42,7 @@ body { #infoDesc { position: fixed; width: 240; - height: 192; + height: 180; font-family: 'Electrolize', sans-serif; direction: rtl; } @@ -56,7 +56,19 @@ body { font-size: 19px; overflow-y: auto; direction: ltr; - height: 166; + height: 154; +} + +#tooltip { + background-color: rgba(0, 0, 0, 0.3); + font-family: 'Electrolize', sans-serif; + position: fixed; + width: fit-content; + color: floralwhite; + padding: 2px; + border: 2px; + border-style: solid; + border-color: gray; } .buildtile { diff --git a/index.html b/index.html index de7e5f0..8eae7bd 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,11 @@