mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2024-11-24 00:23:39 +01:00
14 lines
251 B
CSS
14 lines
251 B
CSS
.centeredBar {
|
|
background: #ff00ff60;
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
border: none;
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
} |