Common.css

From Young Beethoven
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#firstHeading {
border-bottom: 0;
}
iframe {
iframe {
margin-top: 20px;
margin-top: 20px;

Revision as of 14:44, 13 June 2022

/* CSS placed here will be applied to all skins */
#firstHeading {
	border-bottom: 0;
}
iframe {
	margin-top: 20px;
	width: 100%;
    height: 600px;
}