Template:DescendantCosmeticGrid

Template page
Revision as of 18:23, 1 June 2024 by Software2 (talk | contribs)

Head

Body

Makeup

test

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>