Can't Center an image, Using .center-block.
Hi guys,
I'm learning a dream weaver, watching tutorial videos from course, column add image after that he added (.center-block ) dream weaver preformed required
actions. When I tried to do the same as the tutorial, nothing happen, even after I added .center-block made it class without any changes.
I used Css codes like this:
.center-block {
display:block;
margin-left:auto;
margin-right:auto; }



