Last active
August 29, 2015 14:11
-
-
Save iamsebastian/e0b2d7a17c60f680c2cf 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
| html { | |
| } | |
| .header { | |
| background-color: rgba(165, 255, 0, 1.0); | |
| } | |
| .header img { | |
| width: 64px; | |
| height: 64px; | |
| margin: 20px auto; | |
| left: 0; | |
| right: 0; | |
| } | |
| .headline { | |
| } |
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
| <section class="header"> | |
| <img/> | |
| <div class="headline">WILLKOMMEN BEI BRAND</div> | |
| </section> | |
| <section class="content"> | |
| Klicke auf folgenden Link, um Deine Anmeldung zu bestätigen und Dich in unserem System zu aktivieren: | |
| <section class="confirm"> | |
| <img/> | |
| <span> | |
| Bitte bestätige Deine Mailadresse | |
| </span> | |
| </section> | |
| Nur mit Deiner Bestätigung, können wir von Dir eingesandtes Feedback in unserem Radioprogramm verwenden. | |
| Grüße von Deinem BrandTeam | |
| </section> | |
| <hr/> | |
| Impressum:<br/> | |
| IMPRESSUM | |
| <hr/> |
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
| // alert('Hello world!'); |
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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment