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 {
font-size: 7em;
font-size: 6em;
color: white;
color: white;
line-height: 100%;
line-height: 100%;

Revision as of 07:03, 12 March 2025

.sol-bnr-wrapper {
	background: black;
	padding: 0.5em 0.8em;
	border-radius: 4px;
}
.sol-bnr-header {
	font-size: 6em;
	color: white;
	line-height: 100%;
}
.sol-bnr-body {
	font-size: 0.8em;
	color: #eee;
}
.sol-bnr-footer {
	background: red;
}