Daniel IT Blog
Tips & tricks around Java, SOA, Jcaps, Oracle, Flex and Co.
Wednesday, 7 March 2012
CSS Center with "auto"
margin-left: auto; margin-right:auto
margin: 10px auto
(1)
margin: 10px auto 10px
(2)
margin: 10px auto 10px auto
(3)
(1) top/bottom + right/left
(2) top + right/left + bottom
(3) top + right + bottom + left
Newer Post
Older Post
Home