Template:DescendantCosmeticGrid

Template page
Revision as of 18:13, 1 June 2024 by Software2 (talk | contribs) (Created page with "== Head == == Body == == Makeup == <div class="image-grid"> {{#invoke:String|split|{{{1}}}|,|<gallery widths="200px" heights="200px" perrow="4"> File:{{{1}}} </gallery>}} </div> <style> .image-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; } .image-grid img { max-width: 100%; height: auto; } </style>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Head

Body

Makeup

Script error: No such module "String".

<style> .image-grid {

   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
   gap: 10px;

} .image-grid img {

   max-width: 100%;
   height: auto;

} </style>