1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/qb-minigames/html/css/skillbar.css

12 lines
204 B
CSS
Raw Normal View History

2025-06-07 08:51:21 +02:00
#skillbar {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 300px;
max-height: 300px;
width: 100%;
height: 100%;
}