Template:Banner-solutions/styles.css: Difference between revisions

From Gulf States Flood Help
No edit summary
No edit summary
Line 5: Line 5:
}
}
.sol-bnr-header {
.sol-bnr-header {
background:orange;
font-size: 3em;
font-size: 3em;
color: white;
}
}
.sol-bnr-body {
.sol-bnr-body {
background: grey;
font-size: 0.8em;
}
}
.sol-bnr-footer {
.sol-bnr-footer {
background: red;
background: red;
}
}

Revision as of 06:57, 12 March 2025

.sol-bnr-wrapper {
	background: black;
	padding: 0.5em;
	border-radius: 4px;
}
.sol-bnr-header {
	font-size: 3em;
	color: white;
}
.sol-bnr-body {
	font-size: 0.8em;
}
.sol-bnr-footer {
	background: red;
}