Hello, how can i set div position at the center of the page with size, for example, 80%/80%.
UPD: margin: 0 auto; works, but only for horizontal alignment. And i also need vertical.
|
|
|||
|
|
|
This page talks about some different ways to achieve vertical centering using css. I've used method 2 before with success but I consider all of these a hack at best. |
||
|
|
|
|
Set a fixed width and auto-margins.
|
||
|
|
|
This does what you want, but it is not pretty.
|
||
|
|