Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Created May 29, 2015 08:24
Show Gist options
  • Save brgnepal/fc15d00524603b9959f0 to your computer and use it in GitHub Desktop.
Save brgnepal/fc15d00524603b9959f0 to your computer and use it in GitHub Desktop.
Split div into three equal parts: snippet 3
.splitter_panel .vsplitter {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 6px !important;
background-color: gray;
cursor: ew-resize;
line-height: 15px;
font-size: 14px;
overflow: hidden;
}
.splitter_panel .vsplitter:before {
content: ' * * * ';
color: white;
position: absolute;
top: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment