No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Makeup == | == Makeup == | ||
test | |||
<div class="image-grid"> | <div class="image-grid"> |
Revision as of 18:23, 1 June 2024
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>