Categories
CSS-Tutorial

Horizontally centering a child DIV inside container or parent DIV element

This CSS tutorial describes – how to place a child DIV inside a PARENT DIV exactly horizontally centered. How to horizontally center a child DIV element inside a parent or container DIV block. A CSS tutorial by Bikram Choudhury, who conducts web designing coaching classes in Kolkata

Categories
CSS-Tutorial

Horizontal Centering of (side by side placed Multiple Child DIV)s inside container DIV

<div class="parent">
<div class="wrapper">
<div class="content">
Child block 1
</div>
<div class="color_change_with_centering_text content">
Child block</div>
</div>
</div>