Created
June 10, 2013 14:16
-
-
Save jmwhittaker/5749023 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
| .with-border { | |
| border:1px solid #333; | |
| } | |
| .media-small { | |
| width:145px; | |
| height:97px; | |
| background-position:50% 50%; | |
| background-repeat:no-repeat; | |
| display:block; | |
| -webkit-background-size:cover; | |
| background-image:url(http://www.phlmetropolis.com/Cats.jpg); | |
| margin-bottom:50px; | |
| } | |
| .media-medium { | |
| width:290px; | |
| height:145px; | |
| background-position:50% 50%; | |
| background-repeat:no-repeat; | |
| display:block; | |
| -webkit-background-size:cover; | |
| background-image:url(http://www.phlmetropolis.com/Cats.jpg); | |
| margin-bottom:50px; | |
| } | |
| .media-large { | |
| width:310px; | |
| height:310px; | |
| background-position:50% 50%; | |
| background-repeat:no-repeat; | |
| display:block; | |
| -webkit-background-size:cover; | |
| background-image:url(http://www.phlmetropolis.com/Cats.jpg); | |
| } |
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="media-small with-border"> </div> | |
| <div class="media-medium with-border"> </div> | |
| <div class="media-large with-border"> </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