Please take a look at https://jsfiddle.net/p1ys5yj3/1/
I trying to center what is dotted in red .question{ }
to the center of the page with margin: 0px auto;
but it is not working.
margin-left:
seems to work but I am not sure why margin: 0px auto
desn't.
I tried
text-align
- Removing
.question { float: answer;}
- and
.question { display: block;}