Difference between revisions of "TextBoxWithTitle"
Line 9: | Line 9: | ||
text-align: {{{titleAlign | center}}}; | text-align: {{{titleAlign | center}}}; | ||
line-height: {{{titleLineHeight | 1.0em}}}; | line-height: {{{titleLineHeight | 1.0em}}}; | ||
− | font-size: {{{titleFontSize | 2. | + | font-size: {{{titleFontSize | 2.5em}}}; |
font-weight: 300; | font-weight: 300; | ||
letter-spacing: 0.1em; | letter-spacing: 0.1em; |
Revision as of 19:05, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE