Thursday, September 8, 2011
How to center an object exactly in the center from CSS-Tricks.com
.
centered
{
position
:
fixed
;
top
:
50
%;
left
:
50
%;
margin
-
top
:
-
50px
;
margin
-
left
:
-
100px
;
}
http://css-tricks.com/320-quick-css-trick-how-to-center-an-object-exactly-in-the-center/
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)