UNPKG

html-centralize-js

Version:

A simple JavaScript library to help you centralize content in the center of your device's screen or HTML element/container.

2 lines (1 loc) 201 B
body,html{margin:0;padding:0;height:100%;width:100}.centralize{display:table;height:100%;width:100%;text-align:center}.centralize-child{display:table-cell;height:100%;width:100%;vertical-align:middle}