A collection of notes, code snippets, instructions, et cetera for myself.
Thursday, February 25, 2010
Center the Effing Div
.image { margin-left: auto; margin-right: auto; width: 415px; /* fix the width while we're at it */ text-align: center; /* and we'll center the caption as well */ }
0 comments:
Post a Comment