Created
November 14, 2013 23:09
-
-
Save svanderbleek/7476037 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
| body { | |
| font-family: Helvetica; | |
| } | |
| #brand { | |
| background-color: black; | |
| color: white; | |
| padding: 10px; | |
| } | |
| .image.image-brand { | |
| border: solid white 2px; | |
| } | |
| .text.text-brand { | |
| font-size: 26px; | |
| font-weight: bold; | |
| margin-left: 10px; | |
| } |
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 id="brand"> | |
| <img class="image image-brand" src="http://placekitten.com/50/50"> | |
| </div> | |
| <div id="content"> | |
| <h1></h1> | |
| <h2></h2> | |
| <p> | |
| </p> | |
| </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
| // 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