My webpage displays items vertically, but I need them to be horizontal. Which CSS element should I use to achieve this?
This is the code snippet:
<ul class="jobs">
<li>
<img height="80px" src="http://pbs.twimg.com/media/CEQnmWnWgAArgtf.jpg" />
<div class="company">desc1</div></li>
<li>
<img height="80px" src="http://pbs.twimg.com/media/CEQnmWnWgAArgtf.jpg" />
<div class="company">desc2</div></li>
</ul>
Check out the demo page here: