Last active
November 27, 2015 23:19
-
-
Save mokhov/ad1c19171752d93b7beb 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
| div { | |
| width: 300px; | |
| background: red; | |
| } | |
| img.ololo { | |
| min-height: 100%; | |
| } | |
| article { | |
| display: flex; | |
| flex-direction: column; | |
| } | |
| main { | |
| display: flex; | |
| } | |
| .ololo2 { | |
| vertical-align: bottom; | |
| } | |
| .ololo3 { vertical-align: top;} |
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
| <main> | |
| <article><div><img class="ololo" width="200" src="http://cs618416.vk.me/v618416180/17a87/daZR7YCgXnE.jpg"></div> | |
| <div><img width="200" src="http://cs618416.vk.me/v618416180/17a87/daZR7YCgXnE.jpg"></div> | |
| </article> | |
| <section><div><img class="ololo" width="200" src="http://cs618416.vk.me/v618416180/17a87/daZR7YCgXnE.jpg"></div><div><img width="200" src="http://cs618416.vk.me/v618416180/17a87/daZR7YCgXnE.jpg"></div></section> | |
| <section><div><img class="ololo2" width="200" src="http://cs618416.vk.me/v618416180/17a87/daZR7YCgXnE.jpg"></div><div><img width="200" class="ololo3" src="http://cs618416.vk.me/v618416180/17a87/daZR7YCgXnE.jpg"></div></section> | |
| </main> |
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