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; | ||
border-style: solid; | |||
border-width: 1px; | |||
border-color: black; | |||
} | } | ||
Revision as of 17:55, 20 March 2024
.lines-overlay-container {
width: 500px;
height: 500px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: black;
}
.line {
background-color: var(--line-color);
position: absolute;
transform-origin: top left;
width: 5px;
}
.station {
position: absolute;
}
.port {
position: absolute;
}
.shelter {
position: absolute;
}
.portal {
position: absolute;
}
.icon {
position: absolute;
}
This page was last modified on 20 March 2024, at 17:55. (7 months ago)