Cross browser div center alignment using CSS

前端 未结 4 1060
醉话见心
醉话见心 2020-12-08 03:22

What is the easiest way to align a div whose position is relative horizontally and vertically using CSS ? The width and the height of the div

4条回答
  •  孤城傲影
    2020-12-08 03:32

    Check this Demo jsFiddle

    Set following two things

    1. HTML align attribute value center

    2. CSS margin-left and margin-right properties value set auto

    CSS

    
    

    HTML

    This is some text!

提交回复
热议问题