No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
display: block; | display: block; | ||
position: relative; | position: relative; | ||
right: 50%; | |||
width: max-content; | |||
max-width: 400px; | |||
padding: 6px 12px; | |||
color: #FFFFFF; | |||
background: #353535; | |||
text-align: center; | |||
border-radius: 8px; | |||
} | } |
Revision as of 15:44, 2 May 2025
.has-tt { display: inline; } .tt-wrapper { position: absolute; visibility: hidden; } .has-tt:hover .tt-wrapper { visibility: visible; } .tt { display: block; position: relative; right: 50%; width: max-content; max-width: 400px; padding: 6px 12px; color: #FFFFFF; background: #353535; text-align: center; border-radius: 8px; }