Difference between revisions of "Template:ThreeColumnsHighlight"

From Wiki
Jump to navigation Jump to search
(Created page with "<ul style="display: grid;grid-template-columns: repeat(auto-fit, minmax(15em, 25em)); grid-gap:0rem 1rem; justify-content: start;list-style: none;padding: 0px;margin: 0px; ">...")
 
Line 1: Line 1:
 
<ul style="display: grid;grid-template-columns: repeat(auto-fit, minmax(15em, 25em)); grid-gap:0rem 1rem; justify-content: start;list-style: none;padding: 0px;margin: 0px; ">
 
<ul style="display: grid;grid-template-columns: repeat(auto-fit, minmax(15em, 25em)); grid-gap:0rem 1rem; justify-content: start;list-style: none;padding: 0px;margin: 0px; ">
<li style="height:stretch;">{{{1}}}</li>
+
<li style="height:stretch; padding: 10px; background-color: #eeeedc; box-shadow: 0px 8px 8px gray;">{{{1}}}</li>
<li style="height:stretch;">{{{2}}}</li>
+
<li style="height:stretch; padding: 10px; background-color: #eeeedc; box-shadow: 0px 8px 8px gray;">{{{2}}}</li>
<li style="height:stretch;">{{{3}}}</li>
+
<li style="height:stretch; padding: 10px; background-color: #eeeedc; box-shadow: 0px 8px 8px gray;">{{{3}}}</li>
 
</ul>
 
</ul>

Revision as of 19:56, 30 May 2020

  • {{{1}}}
  • {{{2}}}
  • {{{3}}}