cen-div
v1.0.2
Published
center a parent element
Downloads
3
Readme
js package to center a div.
install the npm package.
import {cenDiv} from './node_modules/cen-div/index.js' instead of import {cenDiv} from 'cen-div' import function cenDiv(selector) for example cenDiv(".container") selector has to be a string.
add a script tag in your html.
call cenDiv(selector) and enter the name of the tagname with selector e.g ., #, etc.
All done.
Best for only parent elements not child elements.