grundfunktion tooltip

This commit is contained in:
troy
2022-03-12 13:12:47 +01:00
parent 81c619228b
commit 6a7a13a09c
5 changed files with 93 additions and 9 deletions

10
itooltip.css Normal file
View File

@@ -0,0 +1,10 @@
tooltip {
display:block;
width: 300px;
background-color: rgba(0,0,0,0.8);
color: #fff;
border: 3px solid #fff;
border-radius: 0.5em;
padding: 0.5em;
}