mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2025-02-16 01:19:21 +01:00
13 lines
227 B
CSS
13 lines
227 B
CSS
.centeredBar {
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
border: none;
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
} |