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

From Gulf States Flood Help
No edit summary
No edit summary
Line 1: Line 1:
.sol-bnr-wrapper {
.sol-bnr-wrapper {
background: black;
background: black;
padding: 0.5em;
padding: 0.5em 0.8em;
border-radius: 4px;
border-radius: 4px;
}
}
.sol-bnr-header {
.sol-bnr-header {
font-size: 3em;
font-size: 4em;
color: white;
color: white;
}
}

Revision as of 06:59, 12 March 2025

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