CSS Centring in Mac
CSS Centring in Mac
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- ********0
um...
margin-right: auto;
margin-left: auto;That should do it. If you want no top margin - set it to 0 in the body.
um...
margin-right: auto;
margin-left: auto;
That should do it. If you want no top margin - set it to 0 in the body.