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

From Gulf States Flood Help
No edit summary
No edit summary
Line 2: Line 2:
background: black;
background: black;
padding: 0.5em;
padding: 0.5em;
border-radius: 4px;
}
}
.sol-bnr-header {
.sol-bnr-header {

Revision as of 06:54, 12 March 2025

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