If I wanted to create a web page with content about the size of a post card, how would I go about positioning it on the screen?
Horizontally isn't an issue (margins auto); however, centering it vertically is a an issue.
What's the best way of centering the container vertically? Javascript? Should I even be trying to center it vertically, or would you in general prefer a page to start near the top?
Thanks!