Skip to content

Instantly share code, notes, and snippets.

@rui-ferreira
rui-ferreira / splitter.css
Created January 22, 2014 16:38
An horizontal div splitter using jQuery UI resizable and Touch Punch (http://touchpunch.furf.com/) to make it work on mobile.
.wrap {
width: 100%;
border: 1px brown solid;
font-size: 30px;
}
.resizable {
width: 50%;
height: 120px;
padding: 0px;
background-color: coral;