(Created page with "{{#tag:html| <a href="" class="cell box" id="{{{3}}}" style="width:25%; text-align:justify; "> <img src="{{{2}}}" class="img-responsive"/> <h2 style="color: white !imp...") |
|||
(23 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{#tag:html| | {{#tag:html| | ||
− | < | + | <div class="col-lg-{{{width|4}}} col-md-{{{width|4}}} col-xs-12"> |
− | + | <div class="card" style="border-left: 10px solid; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-content: stretch; justify-content: center; align-items: flex-start; flex-direction: row;"> | |
− | < | + | |
− | + | <img class="card-img-top" src="{{{2}}}" width="60%" alt="Card image cap"> | |
− | </a> | + | <div class="card-body"> |
+ | <h4 class="card-title" style="width: 100%;">{{{1}}}</h4> | ||
+ | <p class="card-text content" style="width: 100%;"> {{{4}}}</p> | ||
+ | </div> | ||
+ | <div style="align-self: flex-end; -webkit-align-self: flex-end; width: 100%;"> | ||
+ | <a href="{{{3}}}" class="card-button">{{{5}}}</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
}} | }} |
Latest revision as of 01:12, 2 November 2017
{{{1}}}
{{{4}}}