Skip to content

Instantly share code, notes, and snippets.

@dantz
Created October 15, 2012 12:16
Show Gist options
  • Select an option

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

Select an option

Save dantz/3892171 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: -100%;
}
<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