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