Skip to content

Instantly share code, notes, and snippets.

@phucpnt
Created January 3, 2013 03:01
Show Gist options
  • Save phucpnt/4440392 to your computer and use it in GitHub Desktop.
Save phucpnt/4440392 to your computer and use it in GitHub Desktop.
Display unordered list in 2 cols
.highlight_list li{
display:inline-block;
vertical-align: top;
width: 45%;
}​
<ul class="highlight_list">
<li>Trade with groundbreaking charting possibilities</li>
<li>Personalized design</li>
<li>Detachable windows and tabs give you the information you need on a click</li>
<li>Real-time free news feed</li>
<li>On-line reporting</li>
<li>Integrated video tutorials</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment