Template
Difference between revisions of "ColorFrame"
Line 1: | Line 1: | ||
− | <div class="small-12 medium-{{{portion}}} large-{{{portion}}} columns" style="border: 8px solid #C0C0C0; padding: 0;"> | + | <div class="small-12 medium-{{{portion|12}}} large-{{{portion|12}}} columns" style="border: 8px solid #C0C0C0; padding: 0;"> |
− | <div style="background-color:{{{rgb}}}; width: 100%; text-align: center;"> | + | <div style="background-color:{{{rgb|#C0C0C0}}}; width: 100%; text-align: center;"> |
− | <h3 class="mw-headline" style="font-weight:bold; color: white; font-size:2.5rem; margin: 0; padding: 8px 0px;">{{{title}}} | + | <h3 class="mw-headline" style="font-weight:bold; color: white; font-size:2.5rem; margin: 0; padding: 8px 0px;">{{{title|here is the title}}} |
</h3> | </h3> | ||
</div> | </div> | ||
<div style="padding: 0px 15px;"> | <div style="padding: 0px 15px;"> | ||
− | {{{content}}} | + | {{{content|here goes the content}}} |
</div> | </div> | ||
</div> | </div> |
Revision as of 22:46, 26 December 2018
here is the title
here goes the content