UnfoldingCSS:Non-sovereign-graphing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body{ | |||
column-count:2; | |||
} | |||
.image{ | .image{ | ||
max-height:50%; | max-height:50%; |
Revision as of 14:45, 13 May 2023
body{ column-count:2; } .image{ max-height:50%; max-width:50%; } .image img{ object-fit: contain; }