I have four div blocks and I want to Centre the Horizontally, they keep stacking under each other.. any ideas how I can do this.
<div class="container">
<div style="width:78%; margin:0 auto;">
<div class="block">1. name of the company</div>
<div class="block">2. name of the company</div>
<div class="block">3. name of the company</div>
<div class="block">4. name of the company</div>
</div>