Template:Content Box/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 8: Line 8:
.contentheading {
.contentheading {
font-size: 2em;
font-size: 2em;
}
.subcontentheading {
font-size: 1.5em;
}
}



Revision as of 14:53, 7 November 2021

.contentbox {
	border: 1px solid #1d80ae; 
	border-radius: 2px;
	margin:5px;
	padding: 0px 10px 5px;
}

.contentheading {
	font-size: 2em;
}

.subcontentheading {
	font-size: 1.5em;
}

.contenthr {
	background-color:#474747;
	margin: 0px -10px 10px;
}