Template
LinesOverlay/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
height: 500px; | height: 500px; | ||
position: relative; | position: relative; | ||
clip-path: border-box; | clip-path: border-box; | ||
} | } |
Revision as of 22:13, 20 March 2024
.lines-overlay-container {
width: 500px;
height: 500px;
position: relative;
clip-path: border-box;
}
.line {
background-color: var(--line-color);
position: absolute;
transform-origin: top left;
width: var(--line-width);
}
.station {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
.port {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
.shelter {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
.portal {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
.icon {
position: absolute;
font-size: 25px;
z-index: 1000;
color: red;
}
This page was last modified on 20 March 2024, at 22:13. (7 months ago)