More actions
Add code for text-align option. |
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. |
||
| Line 1: | Line 1: | ||
<div style="margin:0; | <div style=" | ||
margin:0 auto; | |||
border:1px solid {{{border|#888888}}}; | |||
padding:1em; | |||
width: {{{width|auto}}}; | |||
background-color:{{{color|black}}}; | |||
text-align:{{{align|left}}}; | |||
color:{{{text|white}}}; | |||
font-style:italic; | |||
">{{{1|Example text}}}</div><noinclude> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||