1.0.0 • Published 2 years ago

center-div v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

center-div

Easily center a div both horizontally and vertically using JavaScript.

Installation

npm install center-div

Usage

const centerDiv = require('center-div');
const myDiv = document.getElementById('myDiv');
centerDiv(myDiv)
1.0.0

2 years ago