Template:Content Box/styles.css

Template page
< Template:Content Box
Revision as of 12:55, 10 September 2021 by Bee chan (talk | contribs) (Created page with ".contentbox { border: 1px solid #a7d7f9; border-radius: 2px; margin:5px; padding: 5px 10px; } .contentheading { font-size: 2em; font-family: 'Linux Libertine','Georgia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.contentbox {
	border: 1px solid #a7d7f9; 
	border-radius: 2px;
	margin:5px;
	padding: 5px 10px;
}

.contentheading {
	font-size: 2em;
	font-family: 'Linux Libertine','Georgia','Times',serif;
}

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