Like the title says. I've got a div (well, and if that works I'll also have some text and logo) on a very simple one-page site. I want to use
margin-left:auto
margin-right: auto
to center it, but I want to be able to manually define vertical position. So It'll be:
With the vertical spacing that I want.
Just like that.
I assume there's a simpler method, but I'm basically coding off of w3schools.
Help?
margin-left:auto
margin-right: auto
to center it, but I want to be able to manually define vertical position. So It'll be:
site logo
video
contact link
video
contact link
With the vertical spacing that I want.
Just like that.
I assume there's a simpler method, but I'm basically coding off of w3schools.
Help?