Skip to content

Instantly share code, notes, and snippets.

@dantz
Created October 16, 2012 10:26
Show Gist options
  • Select an option

  • Save dantz/3898532 to your computer and use it in GitHub Desktop.

Select an option

Save dantz/3898532 to your computer and use it in GitHub Desktop.
Untitled
.stage {
position: relative;
width: 100%;
height: 100%;
}
.lowerthird {
background-color: rgba(255,0,0,0.5);
padding: 50px;
position: absolute;
width: 100%;
bottom: -500px;
}
.stage:hover .lowerthird {
bottom: 0px;
}
<div class="stage">
<div class="lowerthird">
Sind Sie noch ganz gesund?
</div>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment