Created
January 18, 2014 12:33
-
-
Save exarcheia-web/8489803 to your computer and use it in GitHub Desktop.
Media block *
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
| /** Media block **/ | |
| figure img { | |
| vertical-align: middle; | |
| } | |
| .media { | |
| background: #ededed; | |
| width: 630px; | |
| margin: 20px auto; | |
| overflow: hidden; | |
| padding: 15px; | |
| } | |
| .media__img { | |
| float: left; | |
| padding: 0 15px 15px 0; | |
| margin: 0; | |
| } | |
| .media__content { | |
| overflow: hidden; | |
| padding: 0 15px 15px 0; | |
| } | |
| .media__content p { | |
| font-size: | |
| } | |
| .module-title { | |
| margin: 0 0 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 class="media"> | |
| <figure class="media__img"> | |
| <img src="http://placekitten.com/200/150"> | |
| </figure> | |
| <div class="media__content"> | |
| <h3 class="module-title">Lorem ipsum</h3> | |
| <p>Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </p> | |
| <p>Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </p> | |
| <p>Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </p> | |
| <p>Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </p> | |
| </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
| // 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