Div centered (horizontal, vertical)

 

A: Horizontal Align

************************************************** *********************************   example of FIG.

Code :

< Div style = "text-align: center" > 
        < div style = "margin: Auto 0;" > 
            a: centered horizontally disposed outer Div; {text-align: center] 
            II: top and bottom margins arranged inner Div 0, the left and right margins calculated automatically; {margin: 0 auto;} 
        </ div > 
</ div >

 
II: vertically centered

 

**********

Reference Links: https://www.cnblogs.com/yugege/p/5246652.html

Guess you like

Origin www.cnblogs.com/Rawls/p/11365946.html