Vertically Center In Browser
Vertically Center In Browser
Out of context: Reply #2
- Started
- Last post
- 19 Responses
- mg330
For some reason I have seen examples and typically use:
margin-right: auto;
margin-left: auto;Can't remember why, perhaps certain browsers interpret it better that way.