Created
April 24, 2012 21:28
-
-
Save shabunc/2483966 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
| .title { | |
| outline: 1px solid red; | |
| width: 310px; | |
| } | |
| .content { | |
| outline: 1px solid yellow; | |
| width: 310px; | |
| } | |
| .lcol { | |
| float: left; | |
| background: violet; | |
| width: 100px; | |
| } | |
| .rcol { | |
| float: left; | |
| background: linen; | |
| width: 210px; | |
| } |
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> | |
| <div class="title">TITLE</div> | |
| <div class="content"> | |
| <div class="lcol"> | |
| <div>ЯНВАРЬ</div> | |
| <div>ФЕВРАЛЬ</div> | |
| <div>МАРЬ</div> | |
| <div></div> | |
| <div>ЯНВАРЬ</div> | |
| <div>ЯНВАРЬ</div> | |
| <div>ЯНВАРЬ</div> | |
| <div>ЯНВАРЬ</div> | |
| <div>ЯНВАРЬ</div> | |
| <div>ЯНВАРЬ</div> | |
| <div>ЯНВАРЬ</div> | |
| <div>ЯНВАРЬ</div> | |
| </div> | |
| <div class="rcol"> | |
| <div class="cell">X</div> | |
| <div class="cell">X</div> | |
| <div class="cell">X</div> | |
| </div> | |
| </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
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment