- How to space text like using tab on website?
- <div class="oteviracka">
- <h2>Otevírací doba</h2>
- <p><strong>Po – Pá:</strong> 11:00 – 23:00</p>
- <p><strong>So:</strong> 11:00 – 24:00</p>
- <p><strong>So:</strong> 11:00 – 22:00</p>
- </div>
- p strong {
- display: inline-block;
- width: 150px
- /* IE7 */
- *display: inline;
- zoom: 1;
- /* IE7 */
- }