Template:Full Package Example/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
display:inline; | display:inline; | ||
width: 49%; | width: 49%; | ||
} | } | ||
Line 13: | Line 11: | ||
display:inline; | display:inline; | ||
width: 49%; | width: 49%; | ||
} | } | ||
#if .Cargo height > .Cite height{ | |||
padding: 100px; | |||
} | |||
.Cat{ | .Cat{ | ||
border:solid; | border:solid; | ||
} | } |
Revision as of 17:21, 29 April 2024
.Cite{ border:solid; float: left; display:inline; width: 49%; } .Cargo{ border:solid; float: left; display:inline; width: 49%; } #if .Cargo height > .Cite height{ padding: 100px; } .Cat{ border:solid; }