Skip to content

yepteam/bootstrap-grid-guides

Repository files navigation

Bootstrap Grid Guides

Illustrator-like grid guides and breakpoint indication for Bootstrap

image

Requirements

Bootstrap Collapse javascript plugin or compiled bootstrap.min.js is required to toggle grid via button.

Installation

  1. Copy bs4-grid-guides.css to your project and include it in <head> tag:
<head>
  ...
  <link rel="stylesheet" type="text/css" href="bootstrap-guides.css">
  ...
</head>
  1. Paste content of bootstrap-4-guides.html or bootstrap-5-guides.html after your <body> tag.

Usage

Toggle GRID button in bottom-left corner of screen to show/hide grid guides.