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

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with ".mizubox { border: 1px solid #a7d7f9; border-radius: 2px; margin:1% } .contentheading { font-size: 2em; }")
 
No edit summary
Line 1: Line 1:
.mizubox {
.content {
border: 1px solid #a7d7f9;  
border: 1px solid #a7d7f9;  
border-radius: 2px;
border-radius: 2px;

Revision as of 22:00, 2 September 2021

.content {
	border: 1px solid #a7d7f9; 
	border-radius: 2px;
	margin:1%
}

.contentheading {
	font-size: 2em;
}