How to center a modal window on a page?

前端 未结 8 1684
太阳男子
太阳男子 2021-02-07 05:43

I am trying center a modal window in the browser page. I just want to center it, so that it should be responsive for all the screens.

8条回答
  •  孤街浪徒
    2021-02-07 06:32

    If modal container is as following :

    Add css code

    #containerDiv{
    margin : 0 auto;
    }
    

提交回复
热议问题