Template:Full Package Example/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
position:fixed; | position:fixed; | ||
left:999px; | left:999px; | ||
border:solid; | |||
} | } | ||
| Line 7: | Line 8: | ||
position:relative; | position:relative; | ||
left:10px; | left:10px; | ||
border:solid; | |||
} | } | ||
Revision as of 16:11, 29 April 2024
.Cargo{
position:fixed;
left:999px;
border:solid;
}
.Cite{
position:relative;
left:10px;
border:solid;
}
.Cat{
}