Difference between revisions of "Template:ContentBlock"
Jump to navigation
Jump to search
ChillGenXer (talk | contribs) |
ChillGenXer (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style=" | <div class="ContentBlock" | ||
style="padding: 10px; | |||
border: 2px solid #ccc; | |||
</div> | margin-bottom: 10px; | ||
font-family:'SapiensLight'; | |||
min-height: {{{minheight|200px}}}; | |||
text-align: center;"> | |||
<div class="ContentBlockTitle" style="font-size: 1.4em;">{{{title|No Title Provided}}}</div> | |||
<p>{{{content|No Content Provided}}}</p> | |||
</div> | |||
</includeonly> | </includeonly> |