Template:Banner-main/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
bottom: 1.5em; | bottom: 1.5em; | ||
left: 4em; | left: 4em; | ||
font-size: 3em; | |||
} | } | ||
.sol-main-banner-block { | .sol-main-banner-block { | ||
Revision as of 15:02, 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: 0;
left: 0;
}
.sol-main-banner-tagline {
position: absolute;
bottom: 1.5em;
left: 4em;
font-size: 3em;
}
.sol-main-banner-block {
position: absolute;
top: 1em;
right: 1em;
}