Common.css
Jump to navigation
Jump to search
(Created page with "→â€: iframe { width: 100%; height: 600px; }")  |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
iframe { | iframe { | ||
margin-top: 20px; | |||
width: 100%; | width: 100%; | ||
   height: 600px; |    height: 600px; | ||
} | } | ||
Revision as of 14:42, 13 June 2022
/* CSS placed here will be applied to all skins */
iframe {
margin-top: 20px;
width: 100%;
height: 600px;
}