Open main menu

Changes

122 bytes added ,  12:23, 14 August 2018
Created page with "→‎CSS placed here will be applied to all skins: →‎To make images responsive: img { max-width:100%; height:auto; }"
/* CSS placed here will be applied to all skins */

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