Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created April 24, 2012 21:28
Show Gist options
  • Select an option

  • Save shabunc/2483966 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/2483966 to your computer and use it in GitHub Desktop.
Untitled
.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;
}
<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>
{"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