page I'm working with: http://jsbin.com/abewe4
I want the slogan div centered inside col3 div
I'm using
width: 50%;
margin: auto;
on the inner div but still it is not working.
|
page I'm working with: http://jsbin.com/abewe4 I want the I'm using
on the inner div but still it is not working. |
||||
|
|
|
|||||||
|
|
You need to add ‘text-align: center‘ to col3. |
|||
|
|
You can give any height or width to col3 or slogan the css will make it center align always You can put any element inside slogan and it will be center aligned :) |
||||
|
|
|
I see that you have a div called
|
|||
|
|