Skip to content

Instantly share code, notes, and snippets.

View mokhov's full-sized avatar

Oleg Mokhov mokhov

  • Yandex
  • Ekaterinburg
View GitHub Profile
@mokhov
mokhov / dabblet.css
Last active September 15, 2015 13:38 — forked from anonymous/dabblet.css
Untitled
.base {
-webkit-columns: 2;
-moz-columns: 2;
background: red;
width: 600px;
height: 200px;
}
.block {
-webkit-column-break-inside: avoid;
@mokhov
mokhov / dabblet.css
Created September 15, 2015 09:19 — forked from anonymous/dabblet.css
Untitled
.base {
-webkit-columns: 2;
-moz-columns: 2;
background: red;
width: 600px;
height: 200px;
}
.block {
max-height: 100%;