PixelGrid

Make your
website layout
perfectly aligned

The tool to overlap your website layout with a grid. It’s available for the most popular browser and as an npm package.

Features

The most important features that make PixelGrid useful

Layout type

Use grid, column and row layout with different alignment to make your layout as flexible as possible.

Browser extensions and NPM

Choose convenient distribution model. You can either install it from NPM or use extension for popular browsers.

Responsive layout

It’s possible to adapt layout to different resolution to use flexible mobile layouts.

Screenshots

See how it looks

PixelGrid
PixelGrid
PixelGrid
PixelGrid
PixelGrid
PixelGrid
PixelGrid
PixelGrid

Download

There are extensions for most popular browsers

Integrate into your website

Use NPM package to integrate PixelGrid into your website

  1. Install package from NPM
    > npm install @sergeyzwezdin/pixelgrid
  2. Add layout grid to your website
    import { initializeGrid } from ‘@sergeyzwezdin/pixelgrid’;
    const presets = [{
            grids: [
            {
                type: 'grid',
                color: '#000000',
                opacity: 0.25,
                size: 8
            }
        }];
    initializeGrid(presets);
Learn more about layout types >

Want to contribute?

Any improvements are very appreciated

Get Started
Github