User:Coppersalts: Difference between revisions
Jump to navigation
Jump to search
Coppersalts (talk | contribs) (oh it's a different mediawiki version so errors look different) |
Coppersalts (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.bar { | |||
width: 50px; | |||
display:inline-block; | |||
} | |||
.bar00 { height: 20px; background-color: red; } | |||
.bar01 { height: 40px; background-color: orange; } | |||
.bar02 { height: 60px; background-color: yellow; } | |||
}} | }} | ||
<div class="bar bar00"></div> | |||
<div class="bar bar01"></div> | |||
<div class="bar bar02"></div> |