Centering a div vertically & horizontally using jQuery

后端 未结 9 1304
轮回少年
轮回少年 2020-12-02 08:44

I am using this script to center my div horizontally and vertically.

When the page loads the div gets centered vertically, not horizontally until I resize the brows

9条回答
  •  攒了一身酷
    2020-12-02 09:08

    You can use that plugin it is very simple to use https://github.com/tenbullstech/jquery-make-me-center

    $("div.box").makemecenter();
    

提交回复
热议问题