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

From Gulf States Flood Help
No edit summary
No edit summary
Line 24: Line 24:
font-size: 2em;
font-size: 2em;
font-weight: 600;
font-weight: 600;
line-height: 2em;
}
}
.sol-main-banner-block {
.sol-main-banner-block {

Revision as of 15:09, 13 December 2024

.sol-main-banner {
	background-color: yellow;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
}
.sol-main-banner img {
	max-width: 948px;
	height: 100%;
}
.sol-main-banner-title {
	position: absolute;
	top: -20px;
	left: -20px;
}
.sol-main-banner-tagline {
	position: absolute;
	bottom: 24px;
	left: 40px;
	font-size: 2em;
	font-weight: 600;
	line-height: 2em;
}
.sol-main-banner-block {
	position: absolute;
	top: 1em;
	right: 1em;
}