More actions
m Apply CSS shorthand. Remove overflow: only functions when a fixed height: is used. Sort CSS properties by the CSS Box model from outer to inner. |
m Formatting |
||
| Line 1: | Line 1: | ||
<div style=" | <div style=" | ||
margin:0 auto; | margin:0 auto; | ||
border:1px solid {{{border|#888888}}}; | border: 1px solid {{{border|#888888}}}; | ||
padding:1em; | padding: 1em; | ||
width: {{{width|auto}}}; | width: {{{width|auto}}}; | ||
background-color:{{{color|black}}}; | background-color: {{{color|black}}}; | ||
text-align:{{{align|left}}}; | text-align: {{{align|left}}}; | ||
color:{{{text|white}}}; | color: {{{text|white}}}; | ||
font-style:italic; | font-style: italic; | ||
">{{{1|Example text}}}</div><noinclude> | ">{{{1|Example text}}}</div><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||