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

From Gulf States Flood Help
Created page with ".sol-bnr-wrapper { background: yellow; } .sol-bnr-header { background:orange; } .sol-bnr-body { background: grey; } .sol-bnr-footer { background: red; }"
 
No edit summary
Line 1: Line 1:
.sol-bnr-wrapper {
.sol-bnr-wrapper {
background: yellow;
background: yellow;
padding: 0.5em;
}
}
.sol-bnr-header {
.sol-bnr-header {
background:orange;
background:orange;
font-size: 3em;
}
}
.sol-bnr-body {
.sol-bnr-body {

Revision as of 06:47, 12 March 2025

.sol-bnr-wrapper {
	background: yellow;
	padding: 0.5em;
}
.sol-bnr-header {
	background:orange;
	font-size: 3em;
}
.sol-bnr-body {
	background: grey;
}
.sol-bnr-footer {
	background: red;
}