mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
13 lines
250 B
CSS
13 lines
250 B
CSS
.container {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: #121212;
|
|
padding: 1em;
|
|
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
|
|
z-index: 1000;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
} |