UnfoldingCSS:Cozy

From titipi
Revision as of 06:17, 3 June 2023 by FS (talk | contribs) (Created page with "img { position: relative; display: block; max-width: 100%; height: auto; margin: 0; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}