Development/CSS

css - position absolute center

linuxism 2014. 5. 4. 15:37


/* footer */

#footer {text-align: center; position: absolute; bottom: 20px; margin-left: auto; margin-right: auto; left: 0; right: 0;}