Created
October 15, 2012 12:16
-
-
Save dantz/3892171 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .stage { | |
| position: relative; | |
| width: 100%; | |
| height: 100%; | |
| } | |
| .lowerthird { | |
| background-color: rgba(255,0,0,0.5); | |
| padding: 50px; | |
| position: absolute; | |
| width: 100%; | |
| bottom: -100%; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="stage"> | |
| <div class="lowerthird"> | |
| Sind Sie noch ganz gesund? | |
| </div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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