More actions
m Increase padding. Add rounded corners |
m Remove space and add 0 for "better" parsed CSS. Format CSS for easier reading |
||
| Line 1: | Line 1: | ||
<div style="margin: 1em auto; border: 1.5px solid {{{border|{{{color|red}}} }}}; border-radius: 8px; padding: .6em; width: 85%; background-color: {{{color|dimgray}}}; color: {{{text|white}}}; text-align: center">{{{1|{{Co|orange|Content is missing!}}}}}</div> | <div style=" | ||
margin: 1em auto; | |||
border: 1.5px solid {{{border|{{{color|red}}}}}}; | |||
border-radius: 8px; | |||
padding: 0.6em; | |||
width: 85%; | |||
background-color: {{{color|dimgray}}}; | |||
color: {{{text|white}}}; | |||
text-align: center; | |||
">{{{1|{{Co|orange|Content is missing!}}}}}</div> | |||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> | ||