mirror of
https://github.com/SrIzan10/analytics.srizan.ml.git
synced 2026-05-01 10:35:15 +00:00
9 lines
161 B
CSS
9 lines
161 B
CSS
.container {
|
|
color: var(--gray500);
|
|
font-size: var(--font-size-normal);
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|