1.0.34 • Published 8 years ago

simple-grid-css v1.0.34

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

Simple Grid Css

Simple Grid Css is a responsive grid system based on flexbox css

Another grid in css, however, this grid is much leaner! Great for building layouts just by being small and doing what I need: Building responsive layouts, just this.

Getting started

Via download

  1. Download compiled.zip from the latest release;
  2. Extract the ZIP archive and locate the simple-grid-css.min.css or simple-grid-css.css files;
  3. Copy the file of your choice into your project directory;
  4. So far, so good!

Via NPM

  1. Use npm install simple-grid-css to install the package;
  2. You will then find the source code in node_modules/simple-grid-css/simple-grid-css.css;
  3. So far, so good!

How to use

<div class="row">
  <div class="col-xs-12 col-sm-6 col-md-4 col-lg-2">
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </div>
  <div class="col-xs-12 col-sm-6 col-md-4 col-lg-2">
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </div>
</div>

Tip: Add the class no-baseline if you want to remove the spacing between the columns

<div class="row no-baseline">
  <div class="col-xs-12 col-sm-6">
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </div>
</div>

Feel free to contribute 🤘

1.0.34

8 years ago

1.0.33

8 years ago

1.0.32

8 years ago

1.0.31

8 years ago

1.0.30

8 years ago

1.0.29

8 years ago

1.0.28

8 years ago

1.0.27

8 years ago

1.0.26

8 years ago

1.0.25

8 years ago

1.0.24

8 years ago

1.0.23

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago