Skip to content

This is a set of spacing classes for quickly and easily making minor spacing changes to your html structure.

Notifications You must be signed in to change notification settings

shino47/ez-space-css-repo

This branch is 2 commits ahead of, 4 commits behind dmanzer2/ez-space-css-repo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

558a5b9 · Nov 3, 2018

History

29 Commits
Oct 12, 2016
Oct 12, 2016
Nov 3, 2018
Jun 3, 2017
Nov 3, 2018

Repository files navigation

npm version

Bower version

ezspacecss

http://ezspacecss.com

Bootstrap utility classes for quickly adding padding and margin spacing. Ideal for Boostrap 3 media queries.

Installation

Using npm:

$ npm i ez-space-css

Using bower:

$ bower install ez-space-css-repo

Conventions

This modular based css class system is to be used in conjunction with any html structure. Works well if you understand the bootstrap column naming convention. For instance, xs = extra small, s = small, m = medium, l = large. Built with Bootstrap's native media queries.

Media Queries

xs = extra small

s = small

m = medium

l = large

Box Model

p = padding

m = margin

t = top

l = left

b = bottom

r = right

Sizes in pixels using incraments of 5

5px - 100px sizing

The basics

Apply these classes to your html to quickly add additional margin or padding space. Classes are as follows:

Example: .xs-ml-10 = margin of 10px applied to the left of any element on a mobile device

Example: .sm-mr-20 = margin of 20px applied to the right of any element on a tablet device

Created by David Manzer 2016

About

This is a set of spacing classes for quickly and easily making minor spacing changes to your html structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%