Template:Guide/styles.css: Difference between revisions

From wikiNonStop
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
tr { height: 100px;}
tr { height: 100px;}
td { width: 100px;}
td { width: 100px;}
/*
*/


.bttable {
.banner { color: red; background-color: grey; }
text-align: center;
color: green;
border: 1px solid black;
border-collapse: separate;
}


.banner { color: red; background-color: grey; }
.onex { color: red; background-color: grey; }
.onex { color: red; background-color: grey; }

Revision as of 15:11, 29 September 2024

tr { height: 100px;}
td { width:  100px;}

.bttable {
	text-align: center; 
	color: green; 
	border: 1px solid black; 
	border-collapse: separate;
}

.banner { color: red; background-color: grey; }
.onex { color: red; background-color: grey; }