diff --git a/src/assets/css/style.css b/src/assets/css/style.css index a5c5970..46c351b 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -56,7 +56,7 @@ a { label { font-weight: bold; - word-break: break-word;; + word-break: break-word; } .slidecontainer { @@ -204,3 +204,26 @@ input.measurement { font-weight: bold; width: 20%; } + + +.tooltip { + position: relative; + display: inline-block; +} + +.tooltip .tooltiptext { + visibility: hidden; + width: 200px; + background-color: var(--primary-dark-one); + color: #ffffff; + text-align: center; + padding: 10px; + border-radius: 5px; + + position: absolute; + z-index: 1; +} + +.tooltip:hover .tooltiptext { + visibility: visible; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index e87a6b1..6818a9f 100644 --- a/src/index.html +++ b/src/index.html @@ -83,6 +83,10 @@
+
+ + Als Vollebenen zählen alle Ebenen die größer als 0.5m² sind, inklusive des Käfigbodens. +