Open main menu
(Created page with "→‎CSS placed here will be applied to all skins: →‎To make images responsive: img { max-width:100%; height:auto; }")
 
Line 6: Line 6:
 
height:auto;
 
height:auto;
 
}
 
}
 +
 +
<margin-width> | inherit

Revision as of 12:16, 24 January 2022

/* CSS placed here will be applied to all skins */

/* To make images responsive */
img {
	max-width:100%;
	height:auto;
}

<margin-width> | inherit