html.rst
changeset 1368 d8c21f2ef14c
parent 1346 a2fbf50a43f4
child 1529 7c71d0195be0
equal deleted inserted replaced
1367:b36747c6a74e 1368:d8c21f2ef14c
    25   http://www.w3.org/TR/REC-html40/charset.html#h-5.2.2
    25   http://www.w3.org/TR/REC-html40/charset.html#h-5.2.2
    26 
    26 
    27 Center an object.
    27 Center an object.
    28 =================
    28 =================
    29 
    29 
    30 To center blog-level element::
    30 To center block-level element::
    31 
    31 
    32   <div style="margin-left: auto; margin-right: auto; position: relative; width: 700px;">
    32   <div style="margin-left: auto; margin-right: auto; position: relative; width: 700px;">
    33     <div>SOME</div>
    33     <div>SOME</div>
    34   </div>
    34   </div>
    35 
    35