Jump to content

User:AnotherConsumerRightsPerson/styles.css: Difference between revisions

From Consumer Rights Wiki
No edit summary
No edit summary
Line 10: Line 10:
border-style: solid;
border-style: solid;
border-width: 2px;
border-width: 2px;
margin-bottom: 2px
margin-bottom: 2px;
background: #004080;
}
}
.transcludedthingytext {
.transcludedthingytext {

Revision as of 16:03, 4 June 2026

.basicborder {
	border-style: solid;
	border-width: 1px;
}
.quizborder {
	color: black;
	background-color: lightblue;
}
.transcludedthingyborder{
	border-style: solid;
	border-width: 2px;
	margin-bottom: 2px;
	background: #004080;
}
.transcludedthingytext {
	text-align: center;
	font-size: 20px
}