RLMWiki:Main Page/styles.css: Difference between revisions
Appearance
Orangestar (talk | contribs) Created page with "div.flex { display: flex; }" |
Orangestar (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
div.flex { | div.flex { | ||
display: flex; | display: flex; | ||
} | |||
div.flex > div { | |||
flex: 1 1 0px; | |||
} | } |
Latest revision as of 06:20, 4 June 2024
div.flex { display: flex; } div.flex > div { flex: 1 1 0px; }