Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessiogr/center-div


https://github.com/alessiogr/center-div

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# center-div

Easily center a div both horizontally and vertically using JavaScript.

## Installation

```bash
npm install center-div
``````

## Usage

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