Template:FBGSunset: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
background-color: #cccccc; | background-color: #cccccc; | ||
/* Define height so the div is visible */ | /* Define height so the div is visible */ | ||
height: | height: 300px; /* stable, predictable */ | ||
} | } | ||
.hero-text { | .hero-text { | ||
color: #fff; | color: #fff; | ||
font-size: clamp(1.2em, 2vw, 1.5em); | |||
text-shadow: 0 0 6px rgba(0,0,0,0.6); | |||
position: absolute; | position: absolute; | ||
bottom: | bottom: 20px; /* adjust this */ | ||
left: 10%; | left: 10%; | ||
right: 10%; | right: 10%; | ||
| Line 30: | Line 32: | ||
<div class="hero"> | <div class="hero"> | ||
<div class="hero-text"> | <div class="hero-text"> | ||
This page outlines the transition and archiving process for the {{{Facebook Group Name|}}} Facebook Group | This page outlines the transition and archiving process for the {{{Facebook Group Name|}}} Facebook Group. | ||
</div> | </div> | ||
</div> | </div> | ||