I can't create another two column beside the sidebar.

Can somebody assist me?
<!-- -------------Navigation Bar------------- -->
<div class="sidebar">
<a class="active" href="#home">Home</a>
<a href="#services">Example 1</a>
<a href="#portfolio">Example 2</a>
<a href="#about">Example 3</a>
<a href="#contact">Example 4</a>
</div>
<div class="col">
<div class="content">
<h2>Responsive Sidebar Example</h2>
<p>This example use media queries to transform the sidebar to a top navigation bar when the screen size is 700px or less.
</p>
<p>We have also added a media query for screens that are 400px or less, which will vertically stack and center the navigation links.</p>
<h3>Resize the browser window to see the effect.</h3>
</div>
</div>